📝 OCR API Service

Symphony OCR API is running and ready to process documents.

🔐 Admin Dashboard

API Endpoint

POST /api/ocr/hocr

Headers

Parameters

Example Request

curl -X POST https://ocr.xcrux.team/api/ocr/hocr \
  -H "X-API-Key: 00fdc266e743f5f47e0a8184d794150837a26273f996fef6326803d0b8c25d6c" \
  -F "file=@document.pdf" \
  -F "lang=ces"

Response

{
  "status": "ok",
  "original": "document.pdf",
  "lang": "ces",
  "files": [
    "var/ocr/document/page-1.hocr"
  ]
}

OCR Service powered by Symfony, Tesseract OCR, and hOCR format.