Replies: 1 comment 2 replies
-
EasyOCR modelsIn this scenario, we suggest downloading the model files and point the code to its location. This can be done with the argument Reading the EasyOCR docs, you should also be able to set the Tesseracr via tesserocrWe also noticed that the version on pypi.org is not always linking to the correct Tesseract version. In the Docling docs we outline the possibility of installing the tesserocr binding library from sources, which will correctly link to the version installed on your system. https://ds4sd.github.io/docling/installation/ pip uninstall tesserocr
pip install --no-binary :all: tesserocr |
Beta Was this translation helpful? Give feedback.
-
Hi team,
I'm trying to install docling on a windows machine with limited connectivity to internet.
I sorted it out the error of model dependencies providing artifacts_path to pipeline. Now I'm struggling with OCR.
With EasyOCR pipeline fails with following error:
Looks like trying to download some models, not sure how this can be sorted.
With tessercat I have an error while trying to install tesseract-ocr:
Looks it is looking for very old version.
Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions