- Capture image via camera or use image from Gallery
- Convert captured images to text using OCR (Optical Character Recognition)
- Display recognized text with the possibility to change font size
- UI in Czech language
- Dark/light mode, automatically detected based on the system settings
-
Clone the repository:
git clone https://github.com/your/repo-name.git
-
Install dependencies:
npm install
-
Create
.env
file in root directory and insert there your API key in format:API_KEY="your api key"
. Sign up on OCR Space and get the key. -
Install Expo GO on your phone.
-
Run the app:
npx expo start
-
Scan QR code, which appears on terminal, with iPhone camera or with Expo GO app on android.