Block 1 - When clicking ‘Test workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
️ Note: This template requires a community node and works only on self hosted n8n installations. It uses the Typhoon OCR Python package, from poppler utils, and custom command execution. Make sure...
n8n-nodes-base.manualtrigger, n8n-nodes-base.executecommand, n8n-nodes-base.readwritefile, n8n-nodes-base.stickynote, n8n-nodes-base.code, n8n-nodes-base.aggregate, n8n-nodes-base.splitinbatches, @n8n/n8n-nodes-langchain.chainllm
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jaruphat J..
Original n8n.io sourcepdfseparate from poppler-utils, and custom command execution. Make sure to install all required dependencies locally.This template is designed for developers, back-office teams, and automation builders (especially in Thailand or Thai-speaking environments) who need to process multi-file, multi-page Thai PDFs and automatically export structured results to Google Sheets.
It is ideal for:
Typhoon OCR is one of the most accurate OCR tools for Thai text, but integrating it into an end-to-end workflow usually requires manual scripting and handling multi-page PDFs. This template solves that by:
doc/multipage folderpdfinfo and pdfseparate to break PDFs into pagesInstall Requirements
typhoon-ocr: pip install typhoon-ocrpdfinfo, pdfseparateCreate folders
/doc/multipage for incoming files/doc/tmp for split pages/doc/multipage/Completed for processed filesGoogle Sheet
book_id | date | subject | to | attach | detail | signed_by | signed_by2 | contact_phone | contact_email | contact_fax | download_url
API Keys
TYPHOON_OCR_API_KEY and OPENAI_API_KEY (or use credentials in n8n)Typhoon is a multilingual LLM and NLP toolkit optimized for Thai. It includes typhoon-ocr, a Python OCR package designed for Thai-centric documents. It is open-source, highly accurate, and works well in automation pipelines. Perfect for government paperwork, PDF reports, and multi-language documents in Southeast Asia.
You can also deploy this workflow easily using the Docker image provided in my GitHub repository: https://github.com/Jaruphat/n8n-ffmpeg-typhoon-ollama
This Docker setup already includes n8n, ffmpeg, Typhoon OCR, and Ollama combined together, so you can run the whole environment without installing each dependency manually.
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 | Process Thai documents with TyphoonOCR & AI to Google Sheets (multi-page PDF) |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | AI Summarization, Multimodal AI |
| Author | Jaruphat J. |
| Published | 26 Aug 2025 |
Use the JSON export at /data/workflows/7880/7880.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.
️ Note: This template requires a community node and works only on self hosted n8n installations. It uses the Typhoon OCR Python package, from poppler utils, and custom command execution. Make sure...
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 AI Summarization, Multimodal AI use case.