Block 1 - Done !
- Type / Role
- n8n-nodes-base.noOp - noOp
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
What This Does Automatically finds PDF file in Google Drive and extracts information. Use it to pull out clean output. It then formats the output into a clean JSON object. How It Works 1. Man...
n8n-nodes-base.noop, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.googledrive, n8n-nodes-base.extractfromfile, n8n-nodes-base.code, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by EoCi - Mr.Eo.
Original n8n.io sourceAutomatically finds PDF file in Google Drive and extracts information. Use it to pull out clean output. It then formats the output into a clean JSON object.
1. Manual Trigger starts the process. 2. ๐Find File: "Google Drive" node finds the PDF file/files in a specified folder and downloads it/them. 3. ๐Extract Raw Text: "Extract From File" node pulls the text content from the retrieval file/files. 4. โ Output Clean Data: "Code" node refines the extracted content and runs custom code for cleaning and final formatting.
Setup time: < 5 minutes
Add Credentials in n8n:
Credentials > New to add them if you haven't created yet.Configure the Search Node (Get PDF Files/File):
File/Folder. In "Search Method" field, select "Search File/Folder Name", In "Search Query" type in *.pdf.Define Extraction Rules (Extract Files/File's Data):
Clean & Format Data (Optional):
Get PDF Data Only node to keep only the fields you need and give them friendly names.Data Parser & Cleaner node if you need to perform custom transformation.Activate and Run:
Thatโs it! Once configured, this workflow becomes your personal data assistant. Run it anytime you need to extract information quickly and accurately, saving you hours of manual work and ensuring your data is always ready to use.
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 and clean PDF data from Google Drive |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Document Extraction, AI Summarization |
| Author | EoCi - Mr.Eo |
| Published | 28 Sept 2025 |
Use the JSON export at /data/workflows/9061/9061.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.
What This Does Automatically finds PDF file in Google Drive and extracts information. Use it to pull out clean output. It then formats the output into a clean JSON object. How It Works 1. Man...
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 Summarization use case.