DS4SD / docling

Get your documents ready for gen AI
https://ds4sd.github.io/docling
MIT License
10.48k stars 507 forks source link

feat(ocr): added support for RapidOCR engine #415

Open Swaymaw opened 6 hours ago

Swaymaw commented 6 hours ago

This change allows users to seamlessly work with RapidOCR-OnnxRuntime engine which provides higher accuracy and performance in use-cases which require working with complex PDF files.

Checklist:

mergify[bot] commented 6 hours ago

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Enforce conventional commit

Wonderful, this rule succeeded. Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/ - [X] `title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:`