Python client for the 3DOCR.com OCR API
Project description
DDDOCR-py
Python client for the 3DOCR.com OCR service.
Install
pip install dddocr-py
Quick start
from dddocr_py import OCRService
service = OCRService(api_key="YOUR_API_KEY", auto_download=True)
job = service.convert(
input_file_path="sample.pdf",
options={"output_type": "pdf", "language": "eng"},
save_path="sample_ocr.pdf",
)
print(job) # status will update in background
Manual download
if job.status == "completed":
job.download("output.pdf")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dddocr_py-0.1.0.tar.gz
(4.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dddocr_py-0.1.0.tar.gz.
File metadata
- Download URL: dddocr_py-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc211eae7b2c0d8817be949457fb2b6f353b8dd2b11383c4be0a245ddaa7c862
|
|
| MD5 |
9477d6a46b8bd05de05f4fe9b7014b6c
|
|
| BLAKE2b-256 |
62221b1864d94bd5ed2d711bb5ed882348e2548c4bb0ac6bd5fdc5e88b88df13
|
File details
Details for the file dddocr_py-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dddocr_py-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28642bbbbc9118e42d759c328a2d43d8a4375e7aa8cd9298405acb95518bb9bc
|
|
| MD5 |
78e1e12edcd472d3facf59ddcaac9129
|
|
| BLAKE2b-256 |
b8891ec9d6edafba80564e13536b8ca1c02b8b5c3b424f83ddf57f11c694123d
|