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
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
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"
3 matches
Mail list logo