doc(OCR): use the appropriate export name (#3158)

This commit is contained in:
Ken Sodemann 2019-09-05 05:20:20 -05:00 committed by Daniel Sogl
parent 4cb97eeec4
commit 8032429faa

View File

@ -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) { }
*
* ...
*