Tesseract-OCR-iOS icon indicating copy to clipboard operation
Tesseract-OCR-iOS copied to clipboard

Tesseract OCR iOS is a Framework for iOS7+, compiled also for armv7s and arm64.

Results 100 Tesseract-OCR-iOS issues
Sort by recently updated
recently updated
newest added

![ups-sample-label](https://user-images.githubusercontent.com/951599/34097629-b528b798-e3ff-11e7-97b9-5ca7f05224d9.png) fails with this image gives me output like "~ rnI:IV|lU|Vj\nSHIP HANNAH DUKE \nTO: 145 4TH AVE APT 12 a \nNEW YORK NY 10003-4906\n° .W”°t$t§“.°s?*°\nifMi’oosfitafi 9 \'- \n1 ° 5:...

Please update libpng to 1.6.34 to fix compilation errors. > --- a/TesseractOCR/Makefile +++ b/TesseractOCR/Makefile @@ -1,5 +1,5 @@ LEPTON_NAME = leptonica-1.74.4 -PNG_NAME = libpng-1.6.31 +PNG_NAME = libpng-1.6.34 JPEG_NAME = jpeg-9a...

I would like to use a specific, older version of tesseract with this wrapper. Is it possible to specify or checkout the tag or commit from https://github.com/tesseract-ocr/tesseract.git that I want...

Hi, this is a great OCR. It currently works, but I've got 2 issues on run time with the new version of swift(swift 4.0 - Xcode 9.0)

I installed Tesseract on an iOS11 project and I'm using Xcode 9. I've followed the instructions to a T, but I cannot get Tesseract to see my trained data file....

I'm considering using this for a rather large application, but for now I will have to disable bitcode for it to work. This is not really an option due to...

Sir I work for receipt scanning , using your Tesseract-OCR-iOS , 4.0.0 . When I go to using multiple tessdata for scanning multiple languages , importing these traindata as below...

I'm working on a simple test suite to be able to improve my tesseract configuration, but am having trouble running those tests. Whenever G8Tesseract gets initialised, I get the following...

Hi, I downloaded sample code given on github and try to take photo from camera for iOS platform . Image taken from camera has text but result got wrong from...

As you have mentioned at READ.ME , there is a tutorial page below ## Tutorial Complete tutorial can be found [here](http://devcrew.io/2017/08/16/scene-text-recognition-in-ios-11/) But , the website is dead. Would the author...