Use Cases
- Automate extraction of transaction data from bank statements in PDF format.
- Convert images of receipts into structured CSV files for expense tracking.
- Streamline document management by automatically processing newly uploaded files in Google Drive.
How It Works
Trigger workflow on file creation in a specified Google Drive folder. Route files based on their MIME type to either download PDFs or images. Extract text from PDFs and send images to Vertex AI for text recognition. Format the extracted data into CSV files. Upload the generated CSV files back to Google Drive.
Setup Steps
- 1Import the workflow template into your n8n instance.
- 2Configure Google Drive credentials for file access.
- 3Set up Vertex AI credentials for text extraction.
- 4Create a folder in Google Drive for monitoring new files.
- 5Test the workflow by uploading a PDF or image file.
Apps Used
Google Drive
Vertex AI
OpenRouter
Categories
Target Roles
Tags
#pdf automation
#text processing
#document automation