Stop typing data from statements and receipts by hand. This build watches a Google Drive folder, reads new PDFs or images, and turns them into clean CSV files you can use in accounting tools. It fits teams that process bank statements, invoices, and receipt photos and need fast, accurate data in a spreadsheet format.
A Google Drive event starts the run when a new file appears. The flow checks the file type, then follows the right path. For PDFs, it downloads the file, pulls the text, sends it to an AI model through OpenRouter to structure the data, converts the result to CSV, and saves it back to Drive with a date based name. For images, it downloads the file, uses Vertex AI with a Gemini model to read the text, then converts and uploads a CSV. Both paths produce consistent, ready to analyze data without manual effort.
Setup needs a Google service account with access to the Drive folder, an OpenRouter API key, Google Cloud Vertex AI enabled, and a Gemini API key. Expect less manual entry, faster monthly close, and fewer errors from messy copy and paste. Great for monthly bank statements, photographed receipts from the field, and simple invoice layouts stored in Drive.