Skip to main content
GET
Python

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

job_id
string
required

Response

Successful Response

The final output of the pipeline: a fully structured document.

confidence
object
required

Aggregate confidence scores across all pages.

num_pages
integer<uint>
required

Number of pages in the source document.

Required range: x >= 0
pages
object[]
required

Per-page structured content.

format
string | null

Detected input format (e.g. "pdf", "docx", "markdown"). None for documents processed before this field was added.

gpu_ms
integer<uint64>
default:0

Total GPU inference time in milliseconds across all stages (layout detection + table encoder + table decoder + OCR). Zero for non-PDF formats that don't use the ML pipeline.

Required range: x >= 0
ocr_pages
integer<uint32>
default:0

Number of pages that required OCR (had no extractable text).

Required range: x >= 0
orientation_pages
integer<uint32>
default:0

Number of pages where orientation detection applied a non-zero rotation.

Required range: x >= 0
remote_regions
integer<uint32>
default:0

Number of regions dispatched to remote endpoints (charts, formulas, seals).

Required range: x >= 0