1.0.0-20190522.1 • Published 5 years ago

@totvs/mingle-ionic-ocr v1.0.0-20190522.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

@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');