This package contain a wrapper to the ABBYY Cloud OCR API <http://ocrsdk.com/documentation/apireference/> and some helper functions.
Project homepage: https://github.com/samueltc/ABBYY
EXAMPLE
>>> from ABBYY import CloudOCR
>>> ocr_engine = CloudOCR(application_id='YOUR_ABBYY_APPLICATION_ID', password='YOUR_ABBY_APPLICATION_PASSWORD')
>>> pdf = open('budget1988.pdf', 'rb')
>>> file = {pdf.name: pdf}
>>> result = ocr_engine.process_and_download(file, exportFormat='xml,pdfTextAndImages', language='French')
>>> result
{'xml': <_io.BytesIO object at 0x2e2e290>, 'pdfSearchable': <_io.BytesIO object at 0x2e2e2f0>}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ABBYY-0.2.tar.gz
(2.5 kB
view details)
File details
Details for the file ABBYY-0.2.tar.gz.
File metadata
- Download URL: ABBYY-0.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d3b053880dd80aabcfafe161a230056aa1f9ba1bfcf0ca1ff100d5b652b8816
|
|
| MD5 |
f54c574189581684ba62eac282c63c3f
|
|
| BLAKE2b-256 |
cd141ed34d90448aa05b9352b966ec0559bf282e53a85315c76e6d24a98eec77
|