Added Options for configuring RapidOCR model during document conversion using pipeline options.
Updates documentation, added tests and updated dependencies(extras) to reflect the added engine support.
Updated examples to demonstrate the use of RapidOcrOptions.
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:
[x] Commit Message Formatting: Commit titles and messages follow guidelines in the
conventional commits.
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)(?:\(.+\))?:`
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: