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.