15 lines
435 B
Markdown
15 lines
435 B
Markdown
# Receipity
|
|
|
|
Single-screen Flutter app that proves **capture → OCR**: take a photo of a shopping receipt (or pick one from the gallery), run Google ML Kit Text Recognition, and show the raw extracted text.
|
|
|
|
No database, no saving, no other screens.
|
|
|
|
## Run
|
|
|
|
```bash
|
|
flutter pub get
|
|
flutter run
|
|
```
|
|
|
|
Use a physical Android device or emulator with Google Play. ML Kit text recognition is on-device and does not require a network call.
|