danpla / dpscreenocr

Program to recognize text on screen
https://danpla.github.io/dpscreenocr/
zlib License
231 stars 17 forks source link

Using Tesseract 4 languages with Tesseract 5 #21

Closed vivadavid closed 1 year ago

vivadavid commented 1 year ago

Hi,

I've downloaded version 1.1.0, which supports Tesseract 5.2.0, but OCR languages refer to Tesseract 4.1:

https://danpla.github.io/dpscreenocr/languages

I'm particularly interested in Spanish.

Thanks in advance and thank you for your programme!

danpla commented 1 year ago

Hi,

Both Tesseract 4 and 5 use the same language file format. Despite "4.1.0" in URLs, these are the most recent files in tessdata_fast at the moment.

vivadavid commented 1 year ago

Hi,

Both Tesseract 4 and 5 use the same language file format. Despite "4.1.0" in URLs, these are the most recent files in tessdata_fast at the moment.

Thank you, @danpla