AI Text Extractor is a React Native app built with Expo, allowing users to scan documents using their camera or photo library and extract text using an AI-powered OCR model from Replicate.
⚠️ The OCR model used is not free, but it's very affordable. Perfect for lightweight document parsing tasks.
- 📷 Pick or capture an image from your device
- 🧠 Extract text from the image using Replicate's OCR model
- 📝 Copy the result to your clipboard
- 🕓 View your prediction history via Replicate's API
- 🗒️ You need to run the app on physical device to use the camera
npm installcp .env.template .envThen fill in your Replicate API token:
EXPO_PUBLIC_REPLICATE_API_TOKEN=your_replicate_token_hereGet your token from replicate.com/account
npm run startMIT – do what you want, just don’t forget to hydrate.