react-native-ml-kit icon indicating copy to clipboard operation
react-native-ml-kit copied to clipboard

Add rotation degree and confidence

Open DeluxeOwl opened this issue 2 years ago • 1 comments

It seems that for each line, MLKit provides a rotation degree and confidence score, is it possible to add this to RN?

https://developers.google.com/ml-kit/vision/text-recognition/v2

Example for line 0:

Text Wege der
Frame (434, 678 - 670, 749)
Corner Points (434, 705), (665, 678), (670, 722), (439, 749)
Recognized Language Code de
Confidence Score 0.8766741
Rotation Degree -6.6116457
Elements (2 elements)

DeluxeOwl avatar Oct 05 '23 12:10 DeluxeOwl

We also are looking for the confidence score to be available in this library. We noticed it's missing when we switched from native Android to React Native

FoundersApproach avatar May 06 '24 16:05 FoundersApproach