{ "info": { "author": "Samuel Cossette", "author_email": "samueltc@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "=====\nABBYY\n=====\n\nThis package contain a wrapper to the ABBYY Cloud OCR API and some helper functions.\n\nEXAMPLE\n=======\n\n >>> from ABBYY import CloudOCR\n >>> ocr_engine = CloudOCR(application_id='YOUR_ABBYY_APPLICATION_ID', password='YOUR_ABBY_APPLICATION_PASSWORD')\n >>> pdf = open('budget1988.pdf', 'rb')\n >>> file = {pdf.name: pdf}\n >>> result = ocr_engine.process_and_download(file, exportFormat='xml,pdfTextAndImages', language='French')\n >>> result\n {'xml': <_io.BytesIO object at 0x2e2e290>, 'pdfSearchable': <_io.BytesIO object at 0x2e2e2f0>}\n\nINSTALLATION\n============\n\n $ pip install ABBYY", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/samueltc/ABBYY", "keywords": null, "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "ABBYY", "package_url": "https://pypi.org/project/ABBYY/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ABBYY/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/samueltc/ABBYY" }, "release_url": "https://pypi.org/project/ABBYY/0.3/", "requires_dist": null, "requires_python": null, "summary": "ABBYY Cloud OCR API Wrapper.", "version": "0.3" }, "last_serial": 1703566, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "f54c574189581684ba62eac282c63c3f", "sha256": "8d3b053880dd80aabcfafe161a230056aa1f9ba1bfcf0ca1ff100d5b652b8816" }, "downloads": -1, "filename": "ABBYY-0.2.tar.gz", "has_sig": false, "md5_digest": "f54c574189581684ba62eac282c63c3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2521, "upload_time": "2013-10-13T01:14:54", "url": "https://files.pythonhosted.org/packages/cd/14/1ed34d90448aa05b9352b966ec0559bf282e53a85315c76e6d24a98eec77/ABBYY-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "0fcab1c3570c0805e98b62198982f37d", "sha256": "95e79c883a6962f3acfab9c17f651f91aad48d58da19b5dd7f69503d966a64f6" }, "downloads": -1, "filename": "ABBYY-0.3.tar.gz", "has_sig": false, "md5_digest": "0fcab1c3570c0805e98b62198982f37d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2603, "upload_time": "2015-09-01T17:39:38", "url": "https://files.pythonhosted.org/packages/bf/31/dc5f85d693d956c8c471c52289d66df8717732bc60f21c7471b6f3d49455/ABBYY-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0fcab1c3570c0805e98b62198982f37d", "sha256": "95e79c883a6962f3acfab9c17f651f91aad48d58da19b5dd7f69503d966a64f6" }, "downloads": -1, "filename": "ABBYY-0.3.tar.gz", "has_sig": false, "md5_digest": "0fcab1c3570c0805e98b62198982f37d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2603, "upload_time": "2015-09-01T17:39:38", "url": "https://files.pythonhosted.org/packages/bf/31/dc5f85d693d956c8c471c52289d66df8717732bc60f21c7471b6f3d49455/ABBYY-0.3.tar.gz" } ] }