Skip to content

Commit 0cf5c46

Browse files
authored
Switch relative link refs to absolute
PyPI doesn't support github relative link refs and breaks the rendering of the package description.
1 parent 62d839d commit 0cf5c46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ Add the following config, if you have tessdata error like: "Error opening data f
8282
8383
* **nice** Integer, modifies the processor priority for the Tesseract run. Not supported on Windows. Nice adjusts the niceness of unix-like processes.
8484
85-
* **output_type** Class attribute, specifies the type of the output, defaults to ``string``. For the full list of all supported types, please check the definition of `pytesseract.Output`_ class.
85+
* **output_type** Class attribute, specifies the type of the output, defaults to ``string``. For the full list of all supported types, please check the definition of `pytesseract.Output <https://github.com/madmaze/pytesseract/blob/master/src/pytesseract.py>`_ class.
8686
87-
.. _pytesseract.Output: src/pytesseract.py
8887
8988
INSTALLATION
9089
------------

0 commit comments

Comments
 (0)