[tesseract-ocr] How to use OEM in Tesseract

2022-09-07 Thread Arnav Mehta
Hello, I have the below code ``` import io from PIL import Image import tesserocr with tesserocr.PyTessBaseAPI(path='') as api: image = Image.open('t1.png') api.setImage(image) api.Recognize() iterator = api.GetIterator() print(iterator.WordFontAttributes()) ``` However, I am

[tesseract-ocr] Start train-tesseract problem.

2022-09-07 Thread NH_ RSA_260_4
OS MInt 22.04 tesseract 5.2.0-32-gd7491 leptonica-1.82.0 Getting these messages while starting train tesseract with lios: CODE: john@john-MS-7592:~$ train-tesseract /usr/local/lib/python3.10/dist-packages/lios/ui/gtk/terminal.py:24: PyGIWarning: Vte was imported without specifying a version fi

[tesseract-ocr] Tesseract on macOS Catalyst

2022-09-07 Thread Gopinath
Hi, Is Tesseract OCR solution supported on macOS Catalyst apps? My app works with both iOS and macOS Catalyst. I would like to know if this can be supported on both the platforms. Regards, Gopinath -- You received this message because you are subscribed to the Google Groups "tesseract-ocr"