Wrapper around Google Tesseract for Python.
Master Branch:
Note
This package requires building of C/C++ extension modules for Python which needs to be built before it can be used. See instructions below on how to build.
- Python 3.8 or greater
- C/C++ compiler
Install "build" package into your python environment
Run build command
python -m buildThis generates a whl and tar.gz file in the ./dist/ directory and can be used to install into your Python environment.
Since this package links to Tesseract library, to make sure that these files are generated in a portable manner and will run on other machines, please use the included shell script (contrib/build_mac_wheel.sh) provided to generate them.
./contrib/build_mac_wheel.sh .