Skip to content

Commit a52585a

Browse files
authored
pytesseract doesn't support python 2.6
1 parent dcdc9d2 commit a52585a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ INSTALLATION
117117
118118
Prerequisites:
119119
120-
- Python-tesseract requires python 2.6+ or python 3.x
120+
- Python-tesseract requires python 2.7+ or python 3.x
121121
- You will need the Python Imaging Library (PIL) (or the `Pillow <https://pypi.org/project/Pillow/>`_ fork).
122122
Under Debian/Ubuntu, this is the package **python-imaging** or **python3-imaging**.
123123
- Install `Google Tesseract OCR <https://github.com/tesseract-ocr/tesseract>`_

0 commit comments

Comments
 (0)