rushio-consulting / flutter_camera_ml_vision

A flutter widget that show the camera stream and allow ML vision recognition on it, it allow you to detect barcodes, labels, text, faces...
MIT License
275 stars 108 forks source link

Support for ITF #101

Open wesleyguirra opened 4 years ago

wesleyguirra commented 4 years ago

does this lib have support for itf bracode?

vcnt1 commented 4 years ago

it should since it uses Firebase ML Vision kit and it specifies ITF support in the supported formats. Havent tested though. Refer to for https://firebase.google.com/docs/ml-kit/read-barcodes more information.