← Back to Skills
๐Ÿงพ

Invoice Data Extractor

Read invoices from Drive, extract key data, and store in a database

Data 4 steps 4 tools 3 servers

Example Prompt

Find all invoices from this month in Google Drive, extract the key data, and save it to our database

About

Searches Google Drive for invoice documents, reads their contents, and uses structured reasoning to extract vendor names, amounts, dates, and line items. Inserts the extracted data into a PostgreSQL database for accounting and reporting workflows.

Workflow Steps

1

Search Google Drive for invoice files matching the target date range or folder

๐Ÿ“‚ Search Drive
2

Read the content of each discovered invoice document

๐Ÿ“„ Read Drive File
3

Extract structured fields such as vendor, amount, date, and line items from the text

๐Ÿง  Structured Reasoning
4

Insert the extracted invoice data into the accounting database

๐Ÿ“Š Run SQL Query

Tags

invoicesdata-extractiongoogle-driveaccounting