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
I tried the example from Installation (Alternative OCR Engines) and got cannot import name 'PipelineOptions' from 'docling.datamodel.base_models'
Then I tried https://ds4sd.github.io/docling/examples/custom_convert/ (PyPdfium with EasyOCR)
and got ValueError: "PipelineOptions" object has no field "do_ocr"
Is there an updated end2end example of running pdf conversion with EasyOCR?
The text was updated successfully, but these errors were encountered:
I tried the example from Installation (Alternative OCR Engines) and got
cannot import name 'PipelineOptions' from 'docling.datamodel.base_models'
Then I tried https://ds4sd.github.io/docling/examples/custom_convert/ (PyPdfium with EasyOCR)
and got
ValueError: "PipelineOptions" object has no field "do_ocr"
Is there an updated end2end example of running pdf conversion with EasyOCR?
The text was updated successfully, but these errors were encountered: