-
Also written on [Fritz](https://fritz.ai/building-a-camera-calculator-with-vision-and-tesseract-ocr-in-ios/)
---
Math might be scary, but it’s an essential part of everyday life. Wouldn’t it be …
-
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) , it's not working. :(.
Can you give me a hint to fix it?…
-
In iOS, while using digits1.traineddata following error occurs:
actual_tessdata_num_entries_
-
Hi,
I can't build my Project with this lib because I get many errors, that are not support for arm64. What can I do?
Best regards
Nils
"ld: warning: directory not found for option '-L"/Users/nilskas…
-
from this https://github.com/tesseract-ocr/tesseract/wiki/Data-Files#updated-data-files-for-version-400-september-15-2017
I've downloaded the last version of eng.traineddata data and tesseract iOS …
-
Since I updated to the branch https://github.com/gali8/Tesseract-OCR-iOS/tree/macos-support I'm getting the Message `Error: failed to load user-words` and my User-Words file is ignored.
Maybe this …
-
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)…
-
I used my own training library, but the system always crashed at line 53 when I started to identify,The Tesseract library I installed with this command`brew uninstall tesseract`,The version displayed …
-
Hi every one. I had some issue this is my first ios app
I use swift 3.2
after I setup all about Tesseract
- pod 'TesseractOCRiOS'
- add tessdata folder
- linked framework (libstdc++.tbd, CoreIma…
-
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 …