Parse bank cheques
ocrtoolkit is available on PyPI and can be installed with pip.
$ pip install ocrtoolkit
After installing ocrtoolkit you can use it like any other Python module.
Here is a simple example:
import ocrtoolkit
# Fill this section in with the common use-case.
The API Reference provides API-level documentation.