Expand description
Document understanding types and traits — VLM-based extraction and OCR.
Structs§
- DocBlock
- One block within a
DocExtractResult. - DocExtract
Options - Options for a
DocumentExtractionModel::extractcall. - DocExtract
Result - Per-page result of a document extraction call.
- OcrBlock
- One text region within an
OcrResult. - OcrResult
- Per-image result of an OCR call.
Enums§
- DocBlock
Kind - Kind of block returned by a
DocumentExtractionModel. - DocOutput
Format - Output format for the in-block
contentstring ofDocBlock.
Traits§
- Document
Extraction Model - A vision-language model that extracts structured blocks from document page images.
- OcrModel
- A model that recognizes text in images (optical character recognition).