Extract text
text_extractTurn text into JSON matching a schema you give. Pass the fields you want as a JSON schema or a plain description; returns JSON only. Capped at 30,000 characters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to read | |
| schema | Yes | A JSON schema, or a plain description of the fields wanted |