Bank Statement To Markdown Using Vision Model
detail.loadingPreview
Converts bank statements to markdown using vision language models.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow transforms bank statement PDFs into markdown format using advanced Vision Language Models (VLMs). It handles both downloaded and scanned PDFs, preserving document details that can be further processed by standard LLMs to extract information like table rows.
Key Features
- Converts PDF bank statements to markdown.
- Handles both downloaded and scanned PDFs.
- Utilizes Vision Language Models (VLMs) for accurate data transcription.
- Preserves table and columnar data.
- Includes image resizing for AI processing efficiency.
- Supports integration with Stirling PDF for conversion.
How To Use
- Download the example bank statement PDF from Google Drive or trigger with your own.
- The workflow splits the PDF into individual image files.
- Each image is resized for optimal AI processing.
- A Vision Language Model (Google Gemini) converts the images into markdown text.
- The resulting markdown can be further processed by other LLMs.
Apps Used
Workflow JSON
{
"id": "d6fd11cd-d5fe-4b30-a32c-9bc33833ca4a",
"name": "Bank Statement To Markdown Using Vision Model",
"nodes": 0,
"category": "Data Transformation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: d6fd11cd-d5fe...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
HTML to Markdown Content Parser
Converts HTML content to Markdown, with options for simplification and error handling.
Convert CocktailDB JSON to XML
Converts JSON data from CocktailDB API into XML format.
Raw CSV to JSON Converter
Converts raw CSV text input into a structured JSON array.
Community Contributed Example Template
Demonstrates converting SQL data to XML format with different tag structures.
Community XML to JSON Conversion
Converts XML data to a structured JSON format.
Import CSV to Excel
This workflow downloads a CSV file from a URL and converts it to an Excel (.xlsx) file.