pytesseract icon indicating copy to clipboard operation
pytesseract copied to clipboard

greek langage letter

Open Quetzaal opened this issue 9 months ago • 4 comments

hi, i've dowload and add "greek" OCR for tesseract, in tessdata (grc.traineddata) ... and it is available in python pytesseract print(pytesseract.get_languages(config='')) => ['ell', 'eng', 'equ', 'fra', 'frm', 'grc', 'lat', 'osd']

but, the OCR of a png-wiki-greek-page, do not send any greek letter... may i do something wrong... it's not o long time i use pytesseract, but it works fine in FR, EN, LAT... then why not greek ?

thanks for you anwser & explanation

Quetzaal avatar May 20 '24 07:05 Quetzaal