0.3.0 • Published 1 year ago

react-native-mlkit-ocr v0.3.0

Weekly downloads
79
License
MIT
Repository
github
Last release
1 year ago

react-native-mlkit-ocr

Installation

npm install react-native-mlkit-ocr

Post-install Steps

iOS

Run

cd ios && pod install

Usage

import MlkitOcr from 'react-native-mlkit-ocr';

// ...

const resultFromUri = await MlkitOcr.detectFromUri(uri);
const resultFromFile = await MlkitOcr.detectFromFile(path);

Example

To get started with the project, run yarn bootstrap in the root directory to install the required dependencies for each package:

yarn bootstrap

To start the packager:

yarn example start

To run the example app on Android:

yarn example android

To run the example app on iOS:

yarn example ios

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.3.0

1 year ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago