New provider
Document Processing
8 min reading

Tabscanner OCR engine is available on Eden AI

Summarize this article with:

summary
  • Tabscanner is a robust OCR software and an API platform that focuses on receipts.
  • "Tabscanner is a highly accurate OCR technology accessed through a cloud-based API and capable of extracting and classifying detailed information from POS paper receipt images.".
  • This performant OCR engine can be directly used on Eden AI.
  • Sign up for a free Eden AI account, grab your API key, and follow the documentation.
  • Eden AI aggregates multiple providers for this feature.

We are pleased to announce that Tabscanner's OCR API has been integrated into Eden AI platform and API.

Tabscanner is a robust OCR software and an API platform that focuses on receipts. Their API provides access to powerful machine learning models that extract and classify data from receipts and invoices.

Tabscanner assists customers in extracting and parsing fast, accurate and robust data. The platform can extract accurate data from any language and character set in the world, and has already successfully extracted over 100,000,000 receipts worldwide. The engine can be used in many markets such as: management, cloud accounting, tax rebates, loyalty rewards and market research. Their goal is to provide customers with real-time, human-level accuracy in data extraction of receipts and invoices.

We had the chance to talk with, Rashad Al-Safar, Founder and CEO of Tabscanner, who agreed to answer some of our questions:

Can you introduce Tabscanner?

"Tabscsanner is one of the world's most advanced receipt OCR technologies. It has been trained using sophisticated machine learning models that understand, extract and classify data fields from receipts and invoices."

 

When was Tabscanner created? 

"2016."

 

What does Tabscanner provide to customers (APIs, Saas, languages, open source, etc.)? 

"Tabscanner is a highly accurate OCR technology accessed through a cloud-based API and capable of extracting and classifying detailed information from POS paper receipt images."

 

What's your recent news?

https://tabscanner.com/how-tabscanner-receipt-ocr-technology-handles-multiple-languages-and-currencies/

Who are your customers? For which areas are Tabscanner services intended?

"Tabscanner is used by some of the world's largest companies such as Fujitsu, Chevron and Emirates Airlines. We service a wide range of markets including expense management, cloud accounting, tax rebates, loyalty rewards and market research."

 

Why did you decide to be integrated in Eden AI?

"Eden AI is a perfect platform for Tabcsanner to expand its reach and accessibility to new customers and solutions. It enables Tabscanner to work seamlessly alongside existing solutions and other AI engines."

This performant OCR engine can be directly used on Eden AI. It provides very good performance and recognizes invoices from many languages.


To use Tabscanner on Eden AI, you just need to access either the platform or the API:

Using Tabscanner with Eden AI platform

import requests
import json
import pandas as pd


# Get your API key here: https://app.edenai.run/admin/account
headers = {'Authorization': 'Your API Key'}

url = "https://api.edenai.run/v1/pretrained/ocr/ocr_receipt"

# Available providers and languages here: https://api.edenai.run/v1/redoc/#operation/ocr_receipt
payload = {'providers': "['tabscanner']",'language': 'en-US'}
files = {'files': open('File path','rb')}

response = requests.post( url, headers=headers, data = payload, files = files)
result = json.loads(response.text)["result"]

print(result)

Don’t hesitate to check it out on the platform or with the API.

FAQ — Tabscanner OCR engine

Tabscanner OCR engine is is an AI capability that enables developers to add intelligent automation to their applications, processing data faster and more accurately than rule-based approaches.
Create a free Eden AI account, generate your API key, and test the feature in the playground before integrating it with ready-to-use code examples.
Multiple providers are available on Eden AI. You can compare them by accuracy, speed, and cost from the dashboard and switch with a single parameter change.
Yes. Eden AI supports composable AI workflows, letting you chain OCR, NLP, vision, and generation into a single end-to-end pipeline.
Eden AI offers a free tier for testing and pay-as-you-go pricing for production workloads, with costs tracked centrally in your dashboard.

Similar articles

New provider
Generative AI
Lilac is Now on Eden AI: Access Kimi K2.6, MiniMax M2.7, GLM 5.1 & Gemma 4
5/26/2026
·
Written byTaha Zemmouri
New provider
Vision
Leonardo.Ai Image Generation Feature is Available on Eden AI
12/16/2024
·
Written byTaha Zemmouri
New provider
Document Processing
Eagle Doc Financial Document Parsing solution is available on Eden AI
11/28/2024
·
Written byTaha Zemmouri
let’s start

Start building with Eden AI

A single interface to integrate the best AI technologies into your products.