@totvs/mingle-ionic-ocr
v1.0.0-20190522.1
Published
OCR Ionic package
Downloads
2
Maintainers
Keywords
Readme
@TOTVS/MINGLE-IONIC-OCR
This plugin allows you to upload and download files.
Installation
Using npm:
$ npm install --save @totvs/mingle-ionic-ocr
// using ES6 modules
import { OcrPlugin } from @totvs/mingle-ionic-ocr
// using CommonJS modules
var ocr = require('@totvs/mingle-ionic-ocr')
Usage
Create an instance of the OcrPlugin:
var ocr = new OcrPlugin();
readBusinessCard
This method is used upload file.
this.ocr.readBusinessCard('your image data');