Replies: 1 comment
-
|
Hi @pradeept! I'm Dosu and I’m helping the docling team. There's no built-in Google Cloud Vision integration in Docling, but you don't need to rely on the third-party Docling uses a pluggy-based plugin architecture that lets you register custom OCR engines. The steps are:
The docling-surya plugin is a good reference implementation to follow — it's a third-party OCR plugin that follows exactly this pattern [4]. Your Google Vision plugin would work similarly, but instead of running a local model, you'd call the Google Cloud Vision API in the One note: there's a reported issue where the To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
While researching online, I came across the package
docling-google-ocr.However, when I tried to install it, it conflicted with the version of the Docling parser I’m using. To make it work, I would need to downgrade Docling, which would cause me to lose several features.Is there another way to use Google Vision for OCR without downgrading Docling?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions