1

In azure they have 2 option to detect text from image which is handwriting or OCR, but I don't get the confidence score, so I need to get the best one text result,

And what engine can handle which is the best/similar based on spelling OR confidence score?

Muhamad Yulianto
  • 1,573
  • 3
  • 22
  • 32

1 Answers1

1

I too tried Azure API and sometimes it is not giving results as expected.What score value are you getting.Also,I would suggest ,please compare this with Google Vision API

A_____
  • 364
  • 3
  • 19
  • well, for OCR maybe google is better, but for handwriting, azure is the best, the problem is how to detect which is image that contain OCR or Handwriting – Muhamad Yulianto Aug 14 '17 at 04:51
  • haven't got anything specific to distinguish OCR and handwriting in Auzre yet. Can be a addition to [https://feedback.azure.com](https://feedback.azure.com/) – A_____ Aug 14 '17 at 09:45