How can we integrate docling with any other ocr (eg : Azure OCR)? #638
GOVINDPURACHERY
started this conversation in
General
Replies: 1 comment
-
We had already multiple contribution with OCR engines, you can see how they look like here https://github.com/DS4SD/docling/tree/main/docling/models. Using external OCR engines (which perform an external API call) is possible, but we would require to make to the user that their data is being sent to an external service. If you are willing to contribute a PR, we will gladly review it. |
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
-
We have some other OCR output with us (including bbox informations). can we pass this as an input and retrieve structured output (MarkDown/text/Json) using docling?
Beta Was this translation helpful? Give feedback.
All reactions