Image OCR text extraction for HTML(and other?) files #3689
Replies: 1 comment
|
Hi @Vit-Mrkvica — not a maintainer, but I've been contributing in this area and looked into what this would take, since the same capability is being asked for in #1985 (DOCX) and #1888 (Markdown). Short version: the architecture has evolved since June in a way that makes this a well-scoped contribution, and I'd suggest framing it slightly differently than "OCR text instead of the description." Where things stand today
So the feature is: a new enrichment stage that runs a standard OCR engine on each Suggested shape: sibling field, not replacement Rather than replacing the description, I'd propose storing OCR text as a sibling of it. Concrete plan docling-core:
docling: Happy to help review, or to collaborate on the docling-core piece if the maintainers agree with the field addition. Maintainers — does this direction fit your plans for the meta/serializer model? |
Uh oh!
There was an error while loading. Please reload this page.
Hi - my team uses docling for one project and we would like to use it for another one - there is a feature that would help us greatly which is if the extraction process instead of image description would have an option to pass OCR extracted text (from the particular image) into the output instead.
We are thinking of contributing, wanted to discuss if similar features are already planned?
All reactions