Table Extraction

A line-based framework to detect and extract tabular data in JSON format from raster images using computer vision and Tesseract OCR.

Select an image

API

Send an image as form data to the following POST endpoint:

For example:

curl -F image=@myImage.jpg

Run locally with Docker

docker pull abdullahibneat/table-extraction

docker run -d -p 5000:5000 abdullahibneat/table-extraction

# Visit http://localhost:5000

# or send post requests there

How it works

How it works