document-to-json
This agent converts an unstructured blob of text (like a pdf document) into a JSON structured string.
Example
Example as a step in a pipeline
With the configuration above and an input of "Hello there", the output is {"text": "Hello there"}
.
Topics
Input
Output
Configuration
Checkout the full configuration properties in the API Reference page.
Last updated