Updated script that can be controled by Nodejs web app
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# flake8: noqa: F401
|
||||
from .pytesseract import ALTONotSupported
|
||||
from .pytesseract import get_languages
|
||||
from .pytesseract import get_tesseract_version
|
||||
from .pytesseract import image_to_alto_xml
|
||||
from .pytesseract import image_to_boxes
|
||||
from .pytesseract import image_to_data
|
||||
from .pytesseract import image_to_osd
|
||||
from .pytesseract import image_to_pdf_or_hocr
|
||||
from .pytesseract import image_to_string
|
||||
from .pytesseract import Output
|
||||
from .pytesseract import run_and_get_multiple_output
|
||||
from .pytesseract import run_and_get_output
|
||||
from .pytesseract import TesseractError
|
||||
from .pytesseract import TesseractNotFoundError
|
||||
from .pytesseract import TSVNotSupported
|
||||
|
||||
|
||||
__version__ = '0.3.13'
|
||||
Reference in New Issue
Block a user