A line-based framework to detect and extract tabular data in JSON format from raster images using computer vision and Tesseract OCR.
Send an image as form data to the following POST endpoint:
For example:
curl -F image=@myImage.jpg
docker pull abdullahibneat/table-extraction
docker run -d -p 5000:5000 abdullahibneat/table-extraction
# Visit http://localhost:5000
# or send post requests there