Block 1 - Download File
- Type / Role
- n8n-nodes-base.googleDrive - googleDrive
- Config choices
- Version 3
This workflow is provided as-is. Please review and test before using in production.
Image Extraction Pipeline (Google Drive + VLM Run + n8n) ️ What This Workflow Does This workflow automates the process of extracting images from uploaded documents in Google Drive using the VLM...
n8n-nodes-base.googledrive, @vlm-run/n8n-nodes-vlmrun.vlmrun, n8n-nodes-base.httprequest, n8n-nodes-base.splitout, n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.googledrivetrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Shahrear.
Original n8n.io sourceThis workflow automates the process of extracting images from uploaded documents in Google Drive using the VLM Run Execute Agent, then downloads and saves those extracted images into a designated Drive folder.
/image-extract-via-agent)Split Out node processes each extracted link, and the HTTP Request node downloads each image. Manual image extraction from PDFs and scanned files is repetitive and error-prone. This pipeline automates it using VLM Run, a vision-language AI service that:
{
"image_urls": [
"https://vlm.run/api/files/img1.jpg",
"https://vlm.run/api/files/img2.jpg"
]
}
This workflow uses community nodes (VLM Run) that may need additional permissions and custom setup.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Extract embedded images from Google Drive documents with VLM run agent |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Document Extraction, AI RAG |
| Author | Shahrear |
| Published | 06 Oct 2025 |
Use the JSON export at /data/workflows/9326/9326.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Image Extraction Pipeline (Google Drive + VLM Run + n8n) ️ What This Workflow Does This workflow automates the process of extracting images from uploaded documents in Google Drive using the VLM...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI RAG use case.