Name: iTesseract
Version: 1.02
Description: iTesseract is a wrapper of the Tesseract IOS Framework and allows you to recognize text from images (OCR- optical character recognition).
License:
Version: 1.02
Description: iTesseract is a wrapper of the Tesseract IOS Framework and allows you to recognize text from images (OCR- optical character recognition).
License:
- Tesseract-OCR-iOS: https://github.com/gali8/Tesseract-OCR-iOS/blob/master/LICENSE.md (MIT License)
- Original Tesseract project, maintained by Google: https://github.com/tesseract-ocr/tesseract#introduction (Apache 2.0 license)
- for the recognition you need language files. Download all files of your language here: https://github.com/tesseract-ocr/tessdata and put them into your "Files" folder (asset directory)
- not all EngineModes are available for all languages (see also the logs)
- rename ".lm" file extensions to ".yy", for example: eng.cube.lm ---> eng.cube.yy
- currently you can't cancel the recognition in the last 10% of the operation
- for a documentation use one of the B4X object browser: https://www.b4x.com/android/forum/t...j-api-documentation-b4x-object-browser.25682/ or https://www.b4x.com/android/forum/threads/b4x-help-viewer.46969
- Library.zip: http://bit.ly/2xs8ngq
- Example.zip: http://bit.ly/2pdEUTP
Last edited: