Symphony OCR API is running and ready to process documents.
🔐 Admin Dashboard/api/ocr/hocr
X-API-Key: your-api-key (required)Content-Type: multipart/form-datafile - PDF or image file (required)lang - Language code (default: ces) - e.g., eng, ces, deucurl -X POST https://ocr.xcrux.team/api/ocr/hocr \ -H "X-API-Key: 00fdc266e743f5f47e0a8184d794150837a26273f996fef6326803d0b8c25d6c" \ -F "file=@document.pdf" \ -F "lang=ces"
{
"status": "ok",
"original": "document.pdf",
"lang": "ces",
"files": [
"var/ocr/document/page-1.hocr"
]
}
OCR Service powered by Symfony, Tesseract OCR, and hOCR format.