diff --git a/src/pytesseract.py b/src/pytesseract.py index 8eb50f1d..0f3ae03f 100755 --- a/src/pytesseract.py +++ b/src/pytesseract.py @@ -22,8 +22,6 @@ if numpy_installed: from numpy import ndarray -__all__ = ['image_to_string', 'image_to_boxes', 'image_to_data'] - # CHANGE THIS IF TESSERACT IS NOT IN YOUR PATH, OR IS NAMED DIFFERENTLY tesseract_cmd = 'tesseract'