0.1.3 • Published 3 years ago

react-native-mlkit-odt v0.1.3

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

react-native-mlkit-odt

React native google mlkit odt bindings

Installation

npm install react-native-mlkit-odt

Usage

import MlkitOdt from 'react-native-mlkit-odt';

// ...

const result = await MlkitOdt.detectFromUri(uri, config);
// OR
const result = await MlkitOdt.detectFromUri(uri);

Contributing

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

License

MIT