Turn bank statements into clean text you can use. The flow pulls a PDF, turns each page into clear markdown, and then extracts only the deposit lines. It suits finance teams that need fast reconciliation without manual typing.
You start it from a manual button. A Google Drive step downloads the statement. An HTTP Request sends the PDF to a PDF service that returns images in a zip. The workflow unzips the file, lists and sorts the images by file name, and resizes them for faster AI processing. A Google Gemini vision model reads each page and writes markdown. An aggregate step joins all pages into one file. An information extractor then returns deposit rows as structured data.
Setup is simple. You need access to a Drive file, an API key for the Gemini model, and a PDF convert endpoint. Expect data entry time to drop from hours to minutes, especially for scanned statements where normal text extraction fails. Use it for month end close, audit support, and to push deposit data into your ledger or ERP.