smartTableExtraction

Unlock the potential of data within documents with our AI-driven Table Extraction solution. Using state-of-the-art artificial intelligence models, our system effortlessly identifies and extracts tables from a wide range of documents, be it reports, invoices, or research papers.

This innovative technology not only saves you valuable time and effort but also ensures unparalleled accuracy in data extraction. Whether you're in finance, research, or any industry reliant on structured information, our Smart Table Extraction solution empowers you to harness data effectively, improving decision-making, and productivity while reducing manual data entry errors.

Limitations

Max File Size is 10 MB Max requests per second: 1 Processing Time: Up to the number of characters in an image

Licenses

All rights reserved by Laigo

API Call

Upload file to smartInvoice

POST https://use.laigo.io/api/FileUpload/v1/Upload/smartTableExtraction

Query Parameters

Name
Type
Description

threshold

String

Set minimum probability to be reached by model

email

String

Define receiver email address

outputFormats

String

Define output format(s) like CSV.

languageHint

String

Define language of the file content with ISO code (ISO-639-1)

Headers

Name
Type
Description

accessToken*

String

A JWT issued to your application by the Laigo identity provider.

Request Body

Name
Type
Description

file*

String

The file for uploading

Code snippets

curl -X POST "https://use.laigo.io/api/FileUpload/v1/Upload/smartTableExtraction" \
     -H "Authorization: Bearer my-accessToken-here" \
     -F "email=my-email-here" \
     -F "outputFormats=CSV" \
     -F "languageHint=EN" \
     -F "file=@my-file-location-here"

Example (Step by step)

  1. First you need to have a document sample that you want to use with smartTableExtraction. It can be any document type such as: invoice, receipt, letter, email etc.

  2. Inorder to use our smartTableExtractiontool you need to have an API key which can be generated from here.

If you don’t have an account, first you need to set up your account then you can generate the API key. Create an account here.

  1. After you have generated your API key, then you can use smartTableExtractionany popular programming language, where you can find the code snippets here.

  2. Run your code. You will receive a JSON ID as response.

Credits (Laigo)

The calculation of processing a page:

Page
Laigos

1

1

Last updated