You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I used mobile ocr plugin in ionic 4
There is mistake in documentation:
import { MobileOCR } from '@ionic-native/ocr/ngx';
This MobileOCR should not be imported
Solution:
change
From: import { MobileOCR } from '@ionic-native/ocr/ngx';
To: import { OCR } from '@ionic-native/ocr/ngx';
This will work perfectly
hope so documentation will update and dev will use from MobileOCR to OCR
The text was updated successfully, but these errors were encountered:
badalpatel6534
changed the title
ionic 4 app.module.ts import MobileOCR not working
ionic 4 app.module.ts import MobileOCR not working Solution found
Aug 23, 2019
Hello Community,
Issue:
Recently I used mobile ocr plugin in ionic 4
There is mistake in documentation:
import { MobileOCR } from '@ionic-native/ocr/ngx';
This MobileOCR should not be imported
Solution:
change
From: import { MobileOCR } from '@ionic-native/ocr/ngx';
To: import { OCR } from '@ionic-native/ocr/ngx';
This will work perfectly
hope so documentation will update and dev will use from MobileOCR to OCR
The text was updated successfully, but these errors were encountered: