fix: "tesserocr" instead of "tesseract_cli" in usage docs#223
Merged
dolfim-ibm merged 1 commit intodocling-project:mainfrom Jun 17, 2025
Merged
fix: "tesserocr" instead of "tesseract_cli" in usage docs#223dolfim-ibm merged 1 commit intodocling-project:mainfrom
dolfim-ibm merged 1 commit intodocling-project:mainfrom
Conversation
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
Member
|
@Ryfernandes thanks for the fix. to accept this contribution we require all the commits to be properly signed off. More details at https://github.com/docling-project/docling-serve/pull/223/checks?check_run_id=44185455883 Note: we just simplify the sign-off process, if you rebase your branch on the latest main branch you can sign-off with a remediation commit. |
Signed-off-by: Ryan Fernandes <ryan@fernandes.us>
Contributor
|
✅ DCO Check Passed Thanks @Ryfernandes, all your commits are properly signed off. 🎉 |
Contributor
Author
|
@dolfim-ibm thanks for letting me know! I just rebased with the proper sign-off |
johannhartmann
pushed a commit
to johannhartmann/docling-serve
that referenced
this pull request
Jul 21, 2025
…oject#223) Signed-off-by: Ryan Fernandes <ryan@fernandes.us>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The current usage docs have
tesseract-clias an allowed value forocr_engine, but the error message below from docling-serve indicates that the valuetesseract-clishould actually betesserocr:Error: "msg":"Input should be 'easyocr', 'ocrmac', 'rapidocr', 'tesserocr' or 'tesseract'","input":"tesseract_cli"
This fix updates the usage docs with this small change, as well a short instruction on installing
tesserocr