EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 445 forks source link

native script vue firebase text recognition #1394

Open Rabi8961 opened 5 years ago

Rabi8961 commented 5 years ago

<MLKitTextRecognition width="260" height="340" processEveryNthFrame="5" :torchOn="torchOn" @scanResult="onTextRecognitionResult">

how will i receive the output of the above code ? onTextRecognitionResult(){ // i am getting console here but i am not able to get output here }

EddyVerbruggen commented 5 years ago

Did you try the demo-ng app?

Rabi8961 commented 5 years ago

i tried your demo-vue app. but, in that project you just used onTextRecognitionResult(){ console.log("on text recognition"); }