Block 1 - Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Quick overview Upload any PDF through a form and this workflow extracts the full text using CoreNexis OCR, generates a structured 5 section summary with GPT 4.1 mini, converts it into a branded HTM...
n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by isaWOW.
Original n8n.io sourceUpload any PDF through a form and this workflow extracts the full text using CoreNexis OCR, generates a structured 5-section summary with GPT-4.1-mini, converts it into a branded HTML email with GPT-4o-mini, and delivers it to your inbox automatically.
The CoreNexis API key appears in two separate steps — node 3. HTTP — CoreNexis OCR Submit and node 6. HTTP — Poll OCR Status. You must replace YOUR_CORENEXIS_API_KEY in both. Missing either one will cause the workflow to fail.
The OCR polling loop runs automatically until the job status equals completed. For large PDFs this may take several minutes. The workflow handles this without any manual intervention.
If the OCR job returns a failed or unknown status, the workflow stops at node 10. IF — OCR Completed? without sending an email. Check the CoreNexis dashboard for the job error details.
Node 16. Code — Extract HTML includes a built-in fallback — if GPT-4o-mini returns invalid or empty HTML, the workflow automatically generates a plain formatted HTML email from the Markdown summary so the user always receives something.
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.
Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.
| Workflow | Send PDF document summaries with CoreNexis OCR, GPT-4.1-mini, GPT-4o-mini and Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 26 |
| Categories | Document Extraction, AI Summarization |
| Author | isaWOW |
| Published | 26 May 2026 |
Use the JSON export at /data/workflows/15956/15956.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.
Quick overview Upload any PDF through a form and this workflow extracts the full text using CoreNexis OCR, generates a structured 5 section summary with GPT 4.1 mini, converts it into a branded HTM...
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.