Training Data
An error occured while load Image
An error occured while load Image
An error occured while load Image
An error occured while load Image
An error occured while load Image
An error occured while load Image
An error occured while load Image
An error occured while load Image
An error occured while load Image
An error occured while load Image
What does the model do
Use OCR models to read text in images, find relevant fields from a document image, get rid of redundant information.Learn MoreHow you can customize
Customize the model for your own use case and use template based or non-template based models depending on your needs and requirements.Learn Morevar data = 'modelId=_MODEL_ID&urls=https://goo.gl/ICoiHc';
var xhr = new XMLHttpRequest();
xhr.addEventListener("readystatechange", function () {
if (this.readyState === this.DONE) {
console.log(this.responseText);
}
});
xhr.open("POST", "https://app.nanonets.com/api/v2/ImageCategorization/LabelUrls/");
xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
xhr.setRequestHeader("authorization", "Basic " + btoa("YOUR_API_KEY:"));
xhr.send(data);
The Nanonets OCR Process
How to build your own custom OCR model
1
Create
2
Upload
3
Annotate
4
Integrate
Why Nanonets?
Explore our other models
Get in touch - start your free trial today!
Reach out for any questions on our Enterprise plan, pricing, or security. Chat with an enterprise collaboration specialist.