iMicknl / cordova-plugin-openalpr

This Cordova plugin adds support for the OpenALPR (Automatic License Plate Recognition) library, which provides support for retrieving the license plate from a picture.
MIT License
32 stars 23 forks source link

this.openalpr.scan is not a function / undefined #52

Open mrSeoD opened 3 years ago

mrSeoD commented 3 years ago

I am using Ionic 6 and when I run the scan function, I get the following error:

"TypeError: this.openalpr.scan is not a function. (In 'this.openalpr.scan(ce,this.openAlprOptions)', 'this.openalpr.scan' is undefined)" Is this problem coming up because openalpr doesn't support Ionic versions above 4? Or is there something else causing the issue?

Thanks for the help in advance!