1.0.2 • Published 3 years ago

capacitor-ml-kit-giftistar v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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; }>


1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.2

3 years ago