mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +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
|
||||
* 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';
|
||||
*
|
||||
*
|
||||
* constructor(private ocr: MobileOCR) { }
|
||||
* constructor(private ocr: OCR) { }
|
||||
*
|
||||
* ...
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user