0.1.2 • Published 5 months ago

react-native-image-to-text v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

react-native-image-to-text

With this package you can read the text in the picture. Support ANDROID & IOS

Installation

npm install react-native-image-to-text
yarn add react-native-image-to-text
IOS //
pod install
ANDROID //
nothing

Usage

import { imageToText } from 'react-native-image-to-text';

// ...

try {
  const data = await imageToText(
    Platform.OS === 'ios' ? path : 'file://' + path
  );
} catch (error) {
  // throw error
}

Contributing

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

License

MIT


Made with create-react-native-library


Donations

https://www.buymeacoffee.com/alilion

0.1.2

5 months ago

0.1.1

6 months ago

0.1.0

6 months ago