data.json_text depends on the case-sensitive type supplied in the request.
OCR results
Fortype: "OCR", json_text is an array of detected document blocks. Blocks can represent a page, line, word, or another detected element. Properties vary by BlockType.
BlockType: The detected element type, such asPAGE,LINE, orWORD.Text: Recognized text for textual blocks.Confidence: Recognition confidence returned by the OCR service.Geometry: Normalized bounding-box and polygon coordinates.Id: Unique identifier for the block.Relationships: Links to related blocks, such as a page’s child elements.Page: One-based page number containing the block.
NLP results
Fortype: "NLP", json_text is an object containing processing metadata and structured values extracted from the fax.
result object can contain document classification, patient information, sender and recipient details, insurance information, metadata, and other document-specific fields. Fields without a detected value may be empty or null.
The examples on this page are intentionally shortened. Use the response schema to integrate defensively because extracted fields depend on the document and processing type.
