From 8032429faa985dc958543886de3dccfcfba9cbfd Mon Sep 17 00:00:00 2001 From: Ken Sodemann Date: Thu, 5 Sep 2019 05:20:20 -0500 Subject: [PATCH] doc(OCR): use the appropriate export name (#3158) --- src/@ionic-native/plugins/ocr/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/@ionic-native/plugins/ocr/index.ts b/src/@ionic-native/plugins/ocr/index.ts index c64e96650..b436558fb 100644 --- a/src/@ionic-native/plugins/ocr/index.ts +++ b/src/@ionic-native/plugins/ocr/index.ts @@ -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) { } * * ... *