Extract Data
Extracts data from texts, documents, or files using LLM models.
Overview
This procedure extracts data from texts, images, documents, and files. Using LLM models, it identifies and retrieves the text content, making it easy to access and work with the information in those documents.
Before using this procedure, ensure you have added the Document Processing Book to your agent. After learning the Book, make sure to create a new Playground for it to take effect.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Extract Multiple Fields from a Document
2. Extract Data from Text
the data's invoice numbers: 123456
3. Extract Multiple Fields from Text (Using Default Values)
invoice amount: 5678 invoice date: 21 jan 2023 invoice location: San Jose invoice number: 1234
4. Extract Data Using JSON Input Schema
invoice_number: INV-12345 invoice_date: 2023-01-15 amount: 1500.00 shipping_address: 123 Main St, San Jose, CA
5. Extract Data Using S3 URL Input Schema
order_number: ORD-98765 order_date: 2023-12-01 total_amount: 2750.50
6. Extract Data from Large Document Using File Upload Mode
invoice number: INV-123456 total amount: 5000.00
Last updated
Was this helpful?
