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
threshold
String
Set minimum probability to be reached by model
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
accessToken*
String
A JWT issued to your application by the Laigo identity provider.
Request Body
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)
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.
Inorder to use our smartTableExtractiontool you need to have an API key which can be generated from here.
After you have generated your API key, then you can use smartTableExtractionany popular programming language, where you can find the code snippets here.
Run your code. You will receive a JSON ID as response.
Credits (Laigo)
The calculation of processing a page:
1
1
Last updated