workflows.fit
Back to n8n workflows
n8n templateFreeBy Arkadiusz

Extract text from receipts with OCR.space table recognition

๐Ÿ“ Description This workflow automates the process of extracting text from receipt or document images using OCR.space and presenting the results in a clean, styled form. Itโ€™s especially useful for cases like receipt d...

DevelopmentCore NodesForm TriggerSetHttp RequestForm
Loading interactive preview...

Template notes

๐Ÿ“ Description

This workflow automates the process of extracting text from receipt or document images using OCR.space and presenting the results in a clean, styled form.

Itโ€™s especially useful for cases like receipt digitization, invoice parsing, table recognition, or quick OCR text extraction directly inside n8n without third-party dashboards.

The workflow is lightweight and self-contained - all you need is an OCR.space API key.

---

๐Ÿ”„ How it works

1. Form Trigger โ€“ Upload File A simple form collects the image (max 1 MB) and asks whether the file contains a table.

2. Normalize Inputs Converts the โ€œYes/Noโ€ response into a boolean flag isTable and keeps the uploaded file attached.