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
First of all, I have a problem with a next cell in tutorial notebook.
d = pytesseract.image_to_data(image, output_type=Output.DICT)
it may cause from version crash.
Second, when I try to print out greek and thai language in example image.
proper text is not printed. so I check it out in on-line ocr page(https://nanonets.com/online-ocr)
it still malfunction.
Thank you for your answer in advance.
The text was updated successfully, but these errors were encountered:
My pytesseract.version is '0.3.9'
First of all, I have a problem with a next cell in tutorial notebook.
d = pytesseract.image_to_data(image, output_type=Output.DICT)
it may cause from version crash.
Second, when I try to print out greek and thai language in example image.
proper text is not printed. so I check it out in on-line ocr page(https://nanonets.com/online-ocr)
it still malfunction.
Thank you for your answer in advance.
The text was updated successfully, but these errors were encountered: