πŸ”¬ Extract text from receipts with OCR.space table recognition

⚑ 1,084 views Β· πŸ”¬ Document Extraction & Analysis

Description

πŸ“ 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.

  3. OCR.space API Call
    Sends the uploaded image to the OCR.space API with the correct parameters:

    • language=pol (Polish by default, can be changed)
    • OCREngine=2
    • isTable flag
  4. Display Results
    The parsed text (ParsedResults[0].ParsedText) is rendered in a styled card with monospace formatting for easier reading and copy-paste.


🎯 Use cases


βš™οΈ Requirements


πŸ“Œ Notes & Customization


πŸ”‘ Keywords

OCR, receipt parsing, document OCR, invoice automation, text extraction, table recognition, AI OCR, OCR.space, workflow automation

πŸ”— Nodes Used

HTTP Request, n8n Form Trigger, n8n Form

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup