1.0.2 • Published 2 years ago

capacitor-ml-kit-giftistar v1.0.2

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; }>


1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.2

2 years ago