You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -90,7 +87,7 @@ Add the following config, if you have tessdata error like: "Error opening data f
90
87
91
88
***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>`_
92
89
93
-
***image_to_osd** Returns result containing informations about orientation and script detection.
90
+
***image_to_osd** Returns result containing information about orientation and script detection.
94
91
95
92
**Parameters**
96
93
@@ -104,7 +101,7 @@ Add the following config, if you have tessdata error like: "Error opening data f
104
101
105
102
***nice** Integer, modifies the processor priority for the Tesseract run. Not supported on Windows. Nice adjusts the niceness of unix-like processes.
106
103
107
-
***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.
104
+
***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.
108
105
109
106
110
107
INSTALLATION
@@ -124,6 +121,7 @@ Prerequisites:
124
121
For Mac OS users. please install homebrew package **tesseract**.
125
122
126
123
| Installing via pip:
124
+
127
125
Check the `pytesseract package page <https://pypi.python.org/pypi/pytesseract>`_ for more information.
0 commit comments