smartICR
Revolutionize your text extraction process with smartICR, a leading tool in the industry. Utilizing cutting-edge deep learning techniques in computer vision and natural language processing, the software is capable of accurately extracting text from images and videos in over 100 languages. Its use of an LSTM neural network allows for unparalleled performance in sequence prediction, making it impervious to repeated text within image sequences. Experience the efficiency and effectiveness of smartICR today.
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 smartICR
POST
https://use.laigo.io/api/FileUpload/v1/Upload/smartICR
Query Parameters
languageHint
String
Define language of the file content with ISO code (ISO-639-1)
outputFormats
String
Define output format(s) like PDF, TXT, JSON. Default is PDF
String
Define receiver email address
threshold
String
Set minimum probability to be reached by model
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/smartICR" \
-H "Authorization: Bearer my-accessToken-here" \
-F "email=my-email-here" \
-F "outputFormats=PDF,TEXT" \
-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 smartICR. It can be any document type such as: invoice, receipt, letter, email etc. For e.g you can use the invoice sample below:
Inorder to use our smartICR 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 smartICR 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 (Laigos)
The calcualtion of processing a page:
1
1
Last updated