You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2018. It is now read-only.
Hi,
We are using pyocr to detect labels which is only contains alphanumeric chars and digits.
How I can Apply a specific list of the chars to be detected . ?
I try to :
in libtesseract/__init__py
and in tesseract_raw.py:
Bu I couldn't succeed ?
Is there anyway to do it more simple way, like:
thanks