react-native-mlkit-odt
v0.1.3
Published
Google on-device MLKit object detection for React Native
Downloads
24
Maintainers
Readme
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