v0.4.0 - Cloud API Client
Features
- CloudClient für api.german-ocr.de Integration
- CLI Cloud-Support:
--cloud,--api-key,--output-format,--prompt - Output-Formate: json, markdown, text, n8n
- Progress-Callback für große PDFs
- Job-Cancellation Support
Installation
pip install german-ocr --upgradeVerwendung
CLI
# Cloud API
german-ocr --cloud --api-key YOUR_KEY rechnung.pdf --output-format json
# Lokal (wie bisher)
german-ocr rechnung.pngPython
from german_ocr import CloudClient
client = CloudClient(api_key="...")
result = client.analyze("dokument.pdf", output_format="json")
print(result.text)Entwickelt bei Keyvan.ai