8000 GitHub - gbenson/py2tesseract: Python 2 wrapper for Tesseract OCR
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gbenson/py2tesseract

 
 

Repository files navigation

git clone https://github.com/madmaze/pytesseract cd pytesseract docker run --rm -it --mount type=bind,src=$(pwd),target=/work gbenson/python:2 virtualenv venv2 . venv2/bin/activate pip config set global.no_python_version_warning True pip install packaging pip install -e . pip wheel --no-cache-dir --no-deps .

or, build a wheel in one command:

docker run --rm -it --mount type=bind,src=$(pwd),target=/work gbenson/python:2 venv2/bin/pip wheel --no-cache-dir --no-deps .

52C8

About

Python 2 wrapper for Tesseract OCR

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0