Skip to main content
ocr_applied on the result says whether OCR ran.

Method signature

Parameters

Returns

A Job. On success, result.result_type == "parse". result.markdown is a convenience alias for result.document.markdown.

Options

Reuse a parse with ParseResultSource(job_id=job.job_id) so extract/ground do not pay for it twice. Page selection and include_images are not available on that source.

Async

See Parse guide and Parse response.