Reputation: 21
I need to train the data extracted from cognitive services. For example: I extract the data "Heri" using microsoft cognitive services but actual data in form is "Hari" . So, i need to train "e" to "a". Can i acheive it using cognitive services.
Upvotes: 1
Views: 56
Reputation: 479
The Computer Vision APIs doesn't allow customization, so you won't be able to train the model to achieve the desired results. However, check out Azure Form recognizer to determine whether it meets your requirements. With Form Recognizer, you can use prebuilt models or create custom models, here's the custom model quick start guide and input requirements.
Upvotes: 1