mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
doc(OCR): use the appropriate export name (#3158)
This commit is contained in:
parent
4cb97eeec4
commit
8032429faa
@ -116,7 +116,7 @@ export interface OCRResult {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name MobileOCR
|
* @name OCR
|
||||||
* @description
|
* @description
|
||||||
* This plugin attempts to identify and extract text from an image.
|
* This plugin attempts to identify and extract text from an image.
|
||||||
*
|
*
|
||||||
@ -125,7 +125,7 @@ export interface OCRResult {
|
|||||||
* import { OCR, OCRSourceType } from '@ionic-native/ocr/ngx';
|
* import { OCR, OCRSourceType } from '@ionic-native/ocr/ngx';
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* constructor(private ocr: MobileOCR) { }
|
* constructor(private ocr: OCR) { }
|
||||||
*
|
*
|
||||||
* ...
|
* ...
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user