zsajjad / react-native-text-detector

Text Detector from image for react native using firebase MLKit on android and Tesseract on iOS
MIT License
221 stars 60 forks source link

[Question] Is it possible to detect barcode in an image? #14

Closed Udbhav12 closed 5 years ago

Udbhav12 commented 5 years ago

react-native-text-detector allows us to detect text in a static image.

My use case is to detect barcode also in that static image. Is it possible to do so ?

zsajjad commented 5 years ago

This package doesn't do this ATM. We're working on similar thing but it's not ready for iOS as of now. Check it out

https://gitlab.com/fetchsky/react-native-image-qr

Udbhav12 commented 5 years ago

@zsajjad - I need it for android only as of now.Is it working for android ?