Skip to content

Commit

Permalink
Fix dead link to TSV usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
guillochon authored Apr 29, 2022
1 parent a4c4f5f commit 44fb9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Add the following config, if you have tessdata error like: "Error opening data f

* **image_to_boxes** Returns result containing recognized characters and their box boundaries

* **image_to_data** Returns result containing box boundaries, confidences, and other information. Requires Tesseract 3.05+. For more information, please check the `Tesseract TSV documentation <https://github.com/tesseract-ocr/tesseract/wiki/Command-Line-Usage#tsv-output-currently-available-in-305-dev-in-master-branch-on-github>`_
* **image_to_data** Returns result containing box boundaries, confidences, and other information. Requires Tesseract 3.05+. For more information, please check the `Tesseract TSV documentation <https://tesseract-ocr.github.io/tessdoc/Command-Line-Usage.html>`_

* **image_to_osd** Returns result containing information about orientation and script detection.

Expand Down

0 comments on commit 44fb9da

Please sign in to comment.