ocrtoolkit


Nameocrtoolkit JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/ajkdrag/ocrtoolkit
SummaryParse bank cheques
upload_time2024-03-12 06:23:08
maintainerajkdrag
docs_urlNone
authorajkdrag
requires_python
licenseApache Software License 2.0
keywords ocrtoolkit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ocrtoolkit
############

Parse bank cheques


Quickstart
==========

ocrtoolkit is available on PyPI and can be installed with `pip <https://pip.pypa.io>`_.

.. code-block:: console

    $ pip install ocrtoolkit

After installing ocrtoolkit you can use it like any other Python module.

Here is a simple example:

.. code-block:: python

    import ocrtoolkit
    # Fill this section in with the common use-case.

The `API Reference <http://ocrtoolkit.readthedocs.io>`_ provides API-level documentation.


.. _change-log-label:

Change Log
==========

Version History
---------------

0.0.1
    * Project created.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ajkdrag/ocrtoolkit",
    "name": "ocrtoolkit",
    "maintainer": "ajkdrag",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ocrtoolkit",
    "author": "ajkdrag",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "ocrtoolkit\n############\n\nParse bank cheques\n\n\nQuickstart\n==========\n\nocrtoolkit is available on PyPI and can be installed with `pip <https://pip.pypa.io>`_.\n\n.. code-block:: console\n\n    $ pip install ocrtoolkit\n\nAfter installing ocrtoolkit you can use it like any other Python module.\n\nHere is a simple example:\n\n.. code-block:: python\n\n    import ocrtoolkit\n    # Fill this section in with the common use-case.\n\nThe `API Reference <http://ocrtoolkit.readthedocs.io>`_ provides API-level documentation.\n\n\n.. _change-log-label:\n\nChange Log\n==========\n\nVersion History\n---------------\n\n0.0.1\n    * Project created.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Parse bank cheques",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/ajkdrag/ocrtoolkit"
    },
    "split_keywords": [
        "ocrtoolkit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca4f2afde11fba9eb6b2f0f9a8fc98b999e5fbcfe63c7a86bb74e8a8d2a83881",
                "md5": "95c620b124dd7385cd023d1f6014faa9",
                "sha256": "5ff9383b61b701eff794b568de1fe5b75205ab04c2968e6bd5946eb5fd8ee10f"
            },
            "downloads": -1,
            "filename": "ocrtoolkit-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95c620b124dd7385cd023d1f6014faa9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 33067,
            "upload_time": "2024-03-12T06:23:08",
            "upload_time_iso_8601": "2024-03-12T06:23:08.055330Z",
            "url": "https://files.pythonhosted.org/packages/ca/4f/2afde11fba9eb6b2f0f9a8fc98b999e5fbcfe63c7a86bb74e8a8d2a83881/ocrtoolkit-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 06:23:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ajkdrag",
    "github_project": "ocrtoolkit",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "ocrtoolkit"
}
        
Elapsed time: 0.64446s