top of page

Bank Statement OCR to Markdown with Google Gemini

Automates bank statement processing by downloading PDFs from Google Drive, converting PDF pages to images via Stirling PDF API, transcribing images to markdown with Google Gemini Vision LLM, and extracting deposit data as structured JSON. Uses n8n automation with Google Drive API, Stirling PDF, and Google Gemini (PaLM) API.

bottom of page