mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
Update documentation
This commit is contained in:
parent
e27fbf47bd
commit
11a402626c
@ -33,6 +33,8 @@ export interface OpenALPRResult {
|
|||||||
* amount: 3
|
* amount: 3
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
|
* // To get imageData, you can use the @ionic-native/camera module for example. It works with DestinationType.FILE_URI and DATA_URL
|
||||||
|
*
|
||||||
* this.openALPR.scan(imageData, scanOptions)
|
* this.openALPR.scan(imageData, scanOptions)
|
||||||
* .then((res: [OpenALPRResult]) => console.log(res))
|
* .then((res: [OpenALPRResult]) => console.log(res))
|
||||||
* .catch((error: Error) => console.error(error));
|
* .catch((error: Error) => console.error(error));
|
||||||
|
Loading…
Reference in New Issue
Block a user