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

Hi, I've been trying to copy the tessdata file from the application bundle into the Cached folder of my application by setting `let tesseract: G8Tesseract = G8Tesseract(language: "eng", configDictionary: nil,...

I'm having some trouble with getting Tesseract appropriately working sans cocoa pods. - I cloned this repo and built the framework -- Set ENABLE_BITCODE to NO -- Set GENERATE_MASTER_OBJECT_FILE to...

ld: -weak_library and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together clang: error: linker command failed with exit code 1 (use -v to see invocation)

After adding the pod and adding the libz.tbd I get the following error when I build in Xcode: ld: -weak_library and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together clang:...

Hello Im getting error below. Is it because of Tesseract-OCR-iOS framework is NOT enabled with Bitcode. `-weak_library and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together` How do I get...

I found the constant ///Write .pdf output file ///@param Type BOOL ///@param Default false extern NSString *const kG8ParamTesseditCreatePdf; But how do I change this to output a pdf file?

Hello. I can't install Tesseract through pod . No matter the version put . The error is always the same : Unable to find a specification for `TesseractOCRiOS (= 4.0.0)`...

The method `preprocessedImageForTesseract:sourceImage:`, needed to bypass the threshold processing done by Tesseract, is missing from `4.0.0` release, which is the one pulled by CocoaPods. (master): https://github.com/gali8/Tesseract-OCR-iOS/blob/master/TesseractOCR/G8RecognitionOperation.m#L78 (4.0.0): https://github.com/gali8/Tesseract-OCR-iOS/blob/4.0.0/TesseractOCR/G8RecognitionOperation.m Is there...

Hi, if I compile my project on the Xcode simulator everything works fine but when I want to simulate this on my iPad Air 2 I'm receiving following Error. Can...

Hi, I have some code for OCR with custom settings, and after recognition the memory usage is about 100 MB which is not appropriate for me. But it seems like...

enhancement