Replies: 1 comment
-
Hi @antuhasan 👋, Please take a look at the usage example: https://github.com/felixdittrich92/docling-OCR-OnnxTR#usage ...
pipeline_options = PdfPipelineOptions(
ocr_options=ocr_options,
)
pipeline_options.allow_external_plugins = True # <-- enabled the external plugins
... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting this error
The plugin docling_ocr_onnxtr will not be loaded because Docling is being executed with allow_external_plugins=false.
How to fix ? where write allow_external_plugins=true??
Beta Was this translation helpful? Give feedback.
All reactions