Skip to main content
Document OCR with structured-content recognition (vLLM). Accepts one image_url or a document_url PDF; no text-only input. Default method: markdown. All five methods return a text payload; only the subject differs, so table, formula, and chart read a page’s tables, equations, and charts rather than its prose. The 1.5-era ids (paddlepaddle/paddleocr-vl, paddleocr-vl, PaddlePaddle/PaddleOCR-VL) are kept as aliases of this model.

Output by method

The catalog route lists only ocr, table, formula, and chart for this model today. The serving backend also accepts markdown, and uses it when method is omitted.
This model uses a model-specific envelope rather than the shared contract on Methods & Response Format. Text mode emits a bare payload string for one image, and one <document> block per PDF with <page index= width= height=> blocks. In JSON mode the response has a data array with kind set to image or document; it does not include top-level model or method keys.

Request

Swap image_url for a document_url PDF to read every page with the same method; markdown is used when method is omitted.

Response

A single image returns the payload alone, with no wrapper. For method: "table":
A PDF returns one <document> block per file and one <page> block per page: