# PDF→Text (Express) — https://ocr-pdf-express.0exec.com Same as ocr-pdf but via Express; supports url/text query params too. ## Endpoints - `GET /` — Convert PDF - `url` (query, optional): URL to a PDF - `output` (query, optional): json | xml - `final` (query, optional): true for formatted output - returns: application/json - `POST /` — Multipart upload - body: multipart/form-data; field 'file' = .pdf - returns: application/json ## Meta endpoints (gateway-served, no upstream call) - `GET /.deploy/version.json` — current deployed commit - `GET /openapi.json` — machine-readable OpenAPI 3.1 spec - `GET /llms.txt` — this file - `GET /_gw_health` — gateway liveness probe Source: https://github.com/baditaflorin/ocr-pdf-express