0.1.0 • Published 2 years ago

capacitor-mlkit-ko v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

capacitor-ml-kit

mlkit

Install

npm install capacitor-ml-kit
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


ocr(...)

ocr(image_uri: { value: string; }) => Promise<{ value: string; }>
ParamType
image_uri{ value: string; }

Returns: Promise<{ value: string; }>


barcode(...)

barcode(image_uri: { value: string; }) => Promise<{ value: string; }>
ParamType
image_uri{ value: string; }

Returns: Promise<{ value: string; }>


0.1.0

2 years ago

0.0.2

2 years ago