0.1.0 • Published 5 years ago

react-native-rn-thub-text-recognition v0.1.0

Weekly downloads
45
License
MIT
Repository
github
Last release
5 years ago

react-native-rn-thub-text-recognition

Text recognition from images

Installation

npm install react-native-rn-thub-text-recognition

Usage

import RnThubTextRecognition from 'react-native-rn-thub-text-recognition';

RnThubTextRecognition.textDetection(
  imagePath,
  (data) => {
    console.log(data);
  },
  (errorMessage) => {
    console.log(errorMessage);
  }
);

Contributing

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

License

MIT

0.1.0

5 years ago