ocrtoolkit

Parse bank cheques


Keywords
ocrtoolkit
License
Apache-2.0
Install
pip install ocrtoolkit==0.0.2

Documentation

ocrtoolkit

Parse bank cheques

Quickstart

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.