{ "info": { "author": "Asprise OCR", "author_email": "support@asprise.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 6 - Mature", "Environment :: Console", "Environment :: MacOS X", "Environment :: Other Environment", "Environment :: Win32 (MS Windows)", "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: Financial and Insurance Industry", "Intended Audience :: Healthcare Industry", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "License :: Freely Distributable", "License :: Other/Proprietary License", "Natural Language :: English", "Natural Language :: French", "Operating System :: MacOS", "Operating System :: Microsoft", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Java", "Programming Language :: Python", "Topic :: Office/Business", "Topic :: Scientific/Engineering :: Image Recognition", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: General", "Topic :: Utilities" ], "description": "Asprise OCR SDK with Data Capture - the Ultimate Royalty Free OCR Engine\r\n========================================================================\r\n\r\n.. image:: https://badge.fury.io/py/asprise_ocr_sdk_python_api.png\r\n :target: http://asprise.com/royalty-free-library/python-ocr-sdk-asprise_ocr_api-overview.html\r\n :alt: Latest version\r\n\r\n.. image:: https://pypip.in/d/asprise_ocr_sdk_python_api/badge.png\r\n :target: https://pypi.python.org/pypi/asprise_ocr_sdk_python_api\r\n :alt: Number of PyPI downloads\r\n\r\n\r\nInstall and Run the Sample OCR Application\r\n------------------------------------------\r\n\r\nYou may install with Python's pip either from a Unix/Linux shell or Windows command console: ::\r\n\r\n > pip install asprise_ocr_sdk_python_api # Windows\r\n\r\n $ sudo pip install asprise_ocr_sdk_python_api # Linux/Mac OS X\r\n\r\nA sample front-end GUI for the OCR engine will be installed as a script named 'asprise_ocr'.\r\nYou can run the following command in the same shell/console: ::\r\n\r\n asprise_ocr\r\n\r\nThe following are the screenshots on Linux and Windows respectively:\r\n\r\n.. image:: http://asprise.com/ocr/img/screenshots/python-linux-thumb.png\r\n :target: http://asprise.com/ocr/img/screenshots/python-linux.png\r\n :alt: Asprise OCR for Python on Linux\r\n\r\n.. image:: http://asprise.com/ocr/img/screenshots/python-win-thumb.png\r\n :target: http://asprise.com/ocr/img/screenshots/python-win.png\r\n :alt: Asprise OCR for Python on Windows\r\n\r\n\r\nInvoke Asprise OCR API from Your Own Code\r\n-----------------------------------------\r\n\r\n.. code-block:: python\r\n\r\n from asprise_ocr_api import *\r\n\r\n ocr = Ocr()\r\n ocr.start_engine(\"eng\") # deu, fra, por, spa - more than 30 languages are supported\r\n text = ocr.recognize(\r\n \"PATH_TO_INPUT_IMAGE.tif\", # gif, jpg, pdf, png, tif, etc.\r\n OCR_PAGES_ALL, # the index of the selected page\r\n -1, -1, -1, -1, # you may optionally specify a region on the page instead of the whole page\r\n OCR_RECOGNIZE_TYPE_TEXT, # recognize type: TEXT, BARCODES or ALL\r\n OCR_OUTPUT_FORMAT_PLAINTEXT # output format: TEXT, XML, or PDF\r\n )\r\n print \"Result: \" + text\r\n\r\n # ocr.recognize(more_images...)\r\n\r\n ocr.stop_engine()\r\n\r\n\r\nAsprise OCR Programming Guide\r\n-----------------------------\r\n\r\nDeveloper's Guide: http://asprise.com/royalty-free-library/python-ocr-barcode-reader-sdk-samples-docs.html\r\n\r\nWe'd Like to Hear From You\r\n--------------------------\r\n\r\nAsprise OCR supports more than twenty languages, however only five popular languages are included\r\nin this trial kit. Please contact us if you need to evaluate other languages.\r\n\r\nEmail: contact@asprise.com\r\nHomepage: `Python OCR SDK API on asprise.com `_", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://asprise.com/royalty-free-library/python-ocr-sdk-asprise_ocr_api-overview.html", "keywords": "Asprise OCR SDK Image Convert Text Searchable PDF Barcode Recognition Invoice Form OMR", "license": "ASPRISE OCR SDK LICENSE", "maintainer": null, "maintainer_email": null, "name": "asprise_ocr_sdk_python_api", "package_url": "https://pypi.org/project/asprise_ocr_sdk_python_api/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/asprise_ocr_sdk_python_api/", "project_urls": { "Homepage": "http://asprise.com/royalty-free-library/python-ocr-sdk-asprise_ocr_api-overview.html" }, "release_url": "https://pypi.org/project/asprise_ocr_sdk_python_api/15.3.0.8/", "requires_dist": null, "requires_python": null, "summary": "Asprise OCR (optical character recognition) and barcode recognition SDK is a high performance royalty-free Python API library. It converts images (JPEG, PNG, TIFF, PDF, etc) into text, xml, searchable PDF or editable RTF/Word formats. Data capture are supported for processing documents like invoices and forms.", "version": "15.3.0.8" }, "last_serial": 1596855, "releases": { "15.3.0.0": [], "15.3.0.1": [ { "comment_text": "", "digests": { "md5": "10ac50bd4893a11b1dde94b1aa5f2b04", "sha256": "209edeed8f922edf20c6a9aae91a7b6a12c8ac4c607f86e91aaaed3fb1dd8675" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "10ac50bd4893a11b1dde94b1aa5f2b04", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 37486, "upload_time": "2015-04-16T10:32:43", "url": "https://files.pythonhosted.org/packages/6d/d1/cc0ac0f68c6786f097631a63a181b76fa39d1e822b00aba0e716875aeecc/asprise_ocr_sdk_python_api-15.3.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "691397699a30170e1ccb112f437ecd9b", "sha256": "a862a125e714e8d87dee5fe0caaae44a0da078fd030da487f14a27cce4009451" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.1.zip", "has_sig": false, "md5_digest": "691397699a30170e1ccb112f437ecd9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24550, "upload_time": "2015-04-16T10:32:46", "url": "https://files.pythonhosted.org/packages/09/5b/8245d62ed2d032f198637447a194a26ce95d07d5c16579964693f9fd330e/asprise_ocr_sdk_python_api-15.3.0.1.zip" } ], "15.3.0.2": [ { "comment_text": "", "digests": { "md5": "0a9fe6b5c3d3dd8033dff86f674aa6b3", "sha256": "3e42cedbfa8f3b9aeee94c07f3cebfde4423bea60c2c44c5c71a6fc5e7f538b7" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0a9fe6b5c3d3dd8033dff86f674aa6b3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 39348, "upload_time": "2015-04-16T10:45:27", "url": "https://files.pythonhosted.org/packages/e0/c6/7598dab5878b81a95cfed634d43c8ffa91cc628ec0cda33387857c8a1540/asprise_ocr_sdk_python_api-15.3.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "efe9ffe70a1b50d40f14b2aa53a65546", "sha256": "c4601a451ea688345a343e58a7a75ce63699ece293875f5abc46cd4ee526fdcf" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.2.zip", "has_sig": false, "md5_digest": "efe9ffe70a1b50d40f14b2aa53a65546", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26492, "upload_time": "2015-04-16T10:45:31", "url": "https://files.pythonhosted.org/packages/21/20/cf870de2eb82b3ce641706655fe4c0383b08286506d96892a802a22c44f5/asprise_ocr_sdk_python_api-15.3.0.2.zip" } ], "15.3.0.3": [ { "comment_text": "", "digests": { "md5": "d7b2dd95df834d2dda0d89af68a5029f", "sha256": "6cfdc755cfe4f2f067c32798818b93730e55aaa819b37260dd1ff0aed875c206" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d7b2dd95df834d2dda0d89af68a5029f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22552, "upload_time": "2015-04-17T03:43:00", "url": "https://files.pythonhosted.org/packages/55/41/1ca4ff68ca1ff1925df27de761b661999208117d7e2d9e8eaf24c3a00d66/asprise_ocr_sdk_python_api-15.3.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a1e4b518a2954653ee8697833e7f1aa", "sha256": "3d0db852cc74ba3d829dc8d18b2b11b5b2ff8cc353aac285356bd7d3fcc4e8f3" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.3.zip", "has_sig": false, "md5_digest": "2a1e4b518a2954653ee8697833e7f1aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25316, "upload_time": "2015-04-17T03:43:04", "url": "https://files.pythonhosted.org/packages/84/ce/b95896062752d682da56acdf7bb4d37d10fc60808607d0a4372bf18b65b1/asprise_ocr_sdk_python_api-15.3.0.3.zip" } ], "15.3.0.4": [ { "comment_text": "", "digests": { "md5": "972ba5772151c6bb588a1a7214b366b0", "sha256": "1ea58ef0fd71144d8e3dc4041a78f280f4c469537b855c92ae6609c9776ddf38" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "972ba5772151c6bb588a1a7214b366b0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22594, "upload_time": "2015-05-19T04:56:17", "url": "https://files.pythonhosted.org/packages/52/f2/f9347fdc2cc11cff187e34e0058b29ffe6c6699a1d31016d151d48f41a99/asprise_ocr_sdk_python_api-15.3.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd185e4f5e621b37b26c61a4510e7f0b", "sha256": "48182d332e2bf66a8f16612ea8e3388547302d67644a761d4d965f66bfc7aefd" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.4.zip", "has_sig": false, "md5_digest": "fd185e4f5e621b37b26c61a4510e7f0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25379, "upload_time": "2015-05-19T04:56:21", "url": "https://files.pythonhosted.org/packages/7e/27/9f3f3b5f2551728a15e686db7cce6ae49b86145f627c8b29f915b27fccde/asprise_ocr_sdk_python_api-15.3.0.4.zip" } ], "15.3.0.5": [ { "comment_text": "", "digests": { "md5": "286b24275a6092fc68c13b05692184e5", "sha256": "559a82e91da115574a3f82bd5d4bbdfd4235ad2c55650b8d21f46264e2792cbb" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "286b24275a6092fc68c13b05692184e5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 24091, "upload_time": "2015-06-16T03:15:18", "url": "https://files.pythonhosted.org/packages/ff/d7/1b199a3a8dbfe95d3cbe6b8bb2f240d1eb5ebbaf84dcff6d0747e7b0ff97/asprise_ocr_sdk_python_api-15.3.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a2f0b8b77544aac94a959b5e0747fe20", "sha256": "62d1f8febf173240bf343408d1a2552f7ea8a827e2e7667726537cfc215794cc" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.5.zip", "has_sig": false, "md5_digest": "a2f0b8b77544aac94a959b5e0747fe20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26891, "upload_time": "2015-06-16T03:15:21", "url": "https://files.pythonhosted.org/packages/ec/ef/c01b2181bfcd30c4dc2a469c98e9647baec385299a48ef99f03de33c7411/asprise_ocr_sdk_python_api-15.3.0.5.zip" } ], "15.3.0.6": [ { "comment_text": "", "digests": { "md5": "a4e9325980ab8e3fc708c5f75f3bfde2", "sha256": "509fc86c84e56c056cf674bdbd06bf28cd6d19244acd80788b184f237dbfb007" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a4e9325980ab8e3fc708c5f75f3bfde2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 24165, "upload_time": "2015-06-16T03:43:52", "url": "https://files.pythonhosted.org/packages/5e/6d/4ac99e0544d0e5b173e91688f932218d7a76f4c52516be36497df2359d54/asprise_ocr_sdk_python_api-15.3.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2966e4bb527dc53cdfc81098df6bd2d2", "sha256": "5a08e44106a14904e4fc47355ae4a821370abef1fc909bedf105ff1cb947d5d8" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.6.zip", "has_sig": false, "md5_digest": "2966e4bb527dc53cdfc81098df6bd2d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26967, "upload_time": "2015-06-16T03:43:56", "url": "https://files.pythonhosted.org/packages/bf/75/a018325921924707df74051d9a9089b3f6427ed5ca4ef4ee8db184461ae6/asprise_ocr_sdk_python_api-15.3.0.6.zip" } ], "15.3.0.7": [ { "comment_text": "", "digests": { "md5": "2b25b7c40ee3994ed87b2caa54c40c74", "sha256": "eca8d368038eb6d4c2d3a712f7272d39576dc0537c8d22f98cf6019b3caa4571" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2b25b7c40ee3994ed87b2caa54c40c74", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 24291, "upload_time": "2015-06-16T09:30:43", "url": "https://files.pythonhosted.org/packages/a4/a0/1d77252ad9c0a259891410866ce79685c094478272311707dc2350d1a25b/asprise_ocr_sdk_python_api-15.3.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b4a352d782d7f2b04a49508d94721880", "sha256": "71b677c1cbe715c2b414dc77e93ab817aa595c06d104f763822e2d5675780ba2" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.7.zip", "has_sig": false, "md5_digest": "b4a352d782d7f2b04a49508d94721880", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27092, "upload_time": "2015-06-16T09:30:47", "url": "https://files.pythonhosted.org/packages/f6/6e/9630d22dd18eb39faeb2f9dd96343c6f9cc333e1b5e168d75d3b6517a81c/asprise_ocr_sdk_python_api-15.3.0.7.zip" } ], "15.3.0.8": [ { "comment_text": "", "digests": { "md5": "8c61fe4865ec8c80bb0ce1d9527c202b", "sha256": "357cf543531deaf27341619b3c10f969ecc8e6f27884328eeb092807c77375d4" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8c61fe4865ec8c80bb0ce1d9527c202b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 24291, "upload_time": "2015-06-18T07:32:52", "url": "https://files.pythonhosted.org/packages/5f/b5/abbf945d334c796cffc80daee4dce0c9b479205cebb2c02dcf8c0fb6b6df/asprise_ocr_sdk_python_api-15.3.0.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00391334602157e7c89f327aded2a46e", "sha256": "50eedd59a835f9484e150fb368e3b6496b9545e253251d9764b7d5a1da4d059b" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.8.zip", "has_sig": false, "md5_digest": "00391334602157e7c89f327aded2a46e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27103, "upload_time": "2015-06-18T07:32:57", "url": "https://files.pythonhosted.org/packages/f8/19/496f386439a663dba6c34260ed255742f9b9ede8e5b1e7487fd4901fed39/asprise_ocr_sdk_python_api-15.3.0.8.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8c61fe4865ec8c80bb0ce1d9527c202b", "sha256": "357cf543531deaf27341619b3c10f969ecc8e6f27884328eeb092807c77375d4" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8c61fe4865ec8c80bb0ce1d9527c202b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 24291, "upload_time": "2015-06-18T07:32:52", "url": "https://files.pythonhosted.org/packages/5f/b5/abbf945d334c796cffc80daee4dce0c9b479205cebb2c02dcf8c0fb6b6df/asprise_ocr_sdk_python_api-15.3.0.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00391334602157e7c89f327aded2a46e", "sha256": "50eedd59a835f9484e150fb368e3b6496b9545e253251d9764b7d5a1da4d059b" }, "downloads": -1, "filename": "asprise_ocr_sdk_python_api-15.3.0.8.zip", "has_sig": false, "md5_digest": "00391334602157e7c89f327aded2a46e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27103, "upload_time": "2015-06-18T07:32:57", "url": "https://files.pythonhosted.org/packages/f8/19/496f386439a663dba6c34260ed255742f9b9ede8e5b1e7487fd4901fed39/asprise_ocr_sdk_python_api-15.3.0.8.zip" } ] }