Skip to content

Commit

Permalink
Fix link (RST -- not Markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplow authored and jamie-lemon committed Mar 25, 2024
1 parent bac8c56 commit 8e32ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Enabling Integrated OCR Support

If you do not intend to use this feature, skip this step. Otherwise, it is required for both installation paths: **from wheels and from sources.**

PyMuPDF will already contain all the logic to support OCR functions. But it additionally does need [Tesseract’s language support data](https://github.com/tesseract-ocr/tessdata).
PyMuPDF will already contain all the logic to support OCR functions. But it additionally does need `Tesseract’s language support data <https://github.com/tesseract-ocr/tessdata>`_.

The language support folder location must be communicated either via storing it in the environment variable `"TESSDATA_PREFIX"`, or as a parameter in the applicable functions.

Expand Down

0 comments on commit 8e32ba1

Please sign in to comment.