JoeyEamigh / react-native-text-recognition

MIT License
23 stars 14 forks source link

Getting random text on android with potrait picture #3

Open HamzaIkram2727 opened 2 years ago

HamzaIkram2727 commented 2 years ago

Hi, I am using React Native Image Crop picker to take a picture and the pass the image to the text recognition function. The text given back with a picture taken in landscape mode is pretty accurate, but the picture taken in potrait mode returns empty string or random text.

JoeyEamigh commented 2 years ago

Take a look and see if there is any documentation about fixing the orientation of the photo for your image picker. RNTR assumes that the photo is oriented correctly, while your image picker may not actually provide it in the correct orientation.

udaysagartammina commented 1 year ago

I am also getting same issue, is there any update for this issue? thanks in advance.