Ask Question About Document
document_queryAsk a natural-language question about a document image; returns a grounded answer plus the supporting line.
Returns found:false rather than guessing when the document doesn't contain the answer.
Returns: dict with keys: answer (str|null), found (bool), supporting_text (str|null), text (str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Base64-encoded PNG/JPEG of the document page | |
| question | Yes | The natural-language question about the document |