smartInvoice
Optimize your data extraction process with the smartInvoice Application, a robust solution for invoice data extraction. The application allows for seamless extraction of important information such as the receiver and sender names and addresses, tax numbers, IBAN and BIC codes, invoice date, and invoice numbers and amounts with customizable percentage calculations. Trained on German and English data and with a range of file layouts and templates, the smartInvoice Application offers a highly effective and efficient means of streamlining your data extraction process.
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/smartInvoice
Query Parameters
threshold
String
Set minimum probability to be reached by model
outputFormats
String
Define output format(s) like PDF, TXT, JSON. Default is PDF
String
Define receiver email address
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/smartInvoice" \
-H "Authorization: Bearer my-accessToken-here" \
-F "email=my-email-here" \
-F "outputFormats=JSON" \
-F "file=@my-file-location-here"
Example (Step by step)
First you need to have a document sample that you want to use with smartInvoice. It can be any document type such as: invoice, receipt, letter, email etc. For e.g you can use the invoice letter below:

Inorder to use our smartInvoice tool you need to have an API key which can be generated from here.
After you have generated your API key, then you can use smartInvoice in any popular programming language, where you can find the code snippets here.
Run your code. You will receive a JSON response with the invoice details.
Credits (Laigo)
The calculation of processing a page:
1
1
Last updated