docling
docling copied to clipboard
Cannot import name 'PipelineOptions' from 'docling.datamodel.base_models'
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?