RobertSasak / react-native-openalpr

An open-source React Native automatic license plate recognition package for OpenALPR
https://medium.freecodecamp.com/license-plate-recognition-in-react-native-b4f790d3a160#.jngb9oclt
MIT License
497 stars 167 forks source link

Disable plate rectangle after recognition #91

Closed makkimadani closed 4 years ago

makkimadani commented 4 years ago

how can I disable plate rectangle after recognition finished? and how to start / stop recognition ?

RobertSasak commented 4 years ago

Recognition is always on. You may ignore the recognitions that you do not need. You can hide rectangle with showPlateOutline.

makkimadani commented 4 years ago

i need to show the plateOutLine and disable it after detection.. is there any way ?

RobertSasak commented 4 years ago

No this is not possible.