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

I'm trying to use Jon.traineddata file (ever 3.04 versione, because 4.0 version don't work), to recognize Japanese text. but there is this error of framework. how can I fix it?

i've install your framework using cocoa pods e building the app came out this warning Warning: Multiple build commands for output file /Users/gabrielequatela/Library/Developer/Xcode/DerivedData/iJishonario_-_Dizionario_di_Giapponese-euxuhdbjhnmrqnevgvmzdkzbikus/Build/Products/Debug-iphonesimulator/TesseractOCRiOS/TesseractOCR.framework/PrivateHeaders/config_auto.h infect if you go inside the framework...

I don't use CocoaPods, so I'm trying to build the framework myself. I found other related issues, but none of the solutions seem to work for me. When I follow...

Running into an odd issue when using this library reading a printed nutrition facts label (for testing purposes) It works great with a saved image of one but when I...

Hi, I'm using this lib for my project. It's good working when reading text. But when i try it to read number (i use it to read vehicle number) ,...

I am having issues with Tesseract identifying text in images with color, specially STOP signs on roads. Is this something Tesseract can handle.

Hello All, Can anybody help me with this error. I am commiting **Error** in below function - (BOOL)recognize { if (self.maximumRecognitionTime > FLT_EPSILON) { _monitor->set_deadline_msecs((inT32)(self.maximumRecognitionTime * 1000)); } self.recognized =...

Can anybody guide my how to build tesseract 4.0 with LSTM support on iOS. The current build is based on Tesseract 3.

Hi Team, The lib working good for english language but it can't read number with japanese language, Please tell me how make to fix it ?. Thank you Team,

Hi there, I am trying to run LSTM on iOS, but I'm not sure how to change the oem engine mode. In the code it references a lang.config file but...