Skip to content

wodin/expo-ocr-example

Repository files navigation

expo-ocr-example

This example originally used react-native-tesseract-ocr, but that module is out of date and seems to have been abandoned. It now uses a local Expo Module that wraps ML Kit Vision Text recognition.

The Expo Module includes native code, so you will need to build with EAS Build. This also means that it will NOT work with the Expo Go app.

Instead of the Expo Go app you can build a Custom Development Client, which is basically like a custom version of Expo Go that includes only your dependencies.

Build

See the EAS Build documentation for more possibilities.

Custom Development Client

eas build --platform android --profile development

Standalone app

eas build --platform android --profile production

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published