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...
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.