https://github.com/bert093/flutter-text-recognition
My project for the final exam in image processing
https://github.com/bert093/flutter-text-recognition
dart flutter googlemlkit text-recognition-android text-recognition-from-image
Last synced: 26 days ago
JSON representation
My project for the final exam in image processing
- Host: GitHub
- URL: https://github.com/bert093/flutter-text-recognition
- Owner: bert093
- Created: 2025-10-08T04:43:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-30T00:14:38.000Z (6 months ago)
- Last Synced: 2025-12-02T04:54:49.658Z (6 months ago)
- Topics: dart, flutter, googlemlkit, text-recognition-android, text-recognition-from-image
- Language: C++
- Homepage:
- Size: 336 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flutter Text Recognition
UAS Mata Kuliah Pengolahan Citra
## 🚀 Getting Started
Follow these instructions to set up and run the project locally.
## ⚙️ Prerequisites
Make sure you have the following installed on your system:
```
Flutter SDK (3.35.3 or higher)
Git
Android Studio (For Android Development)
Xcode (For ios development)
```
## 📥 Installation
1. Clone the repository:
```
git clone https://github.com/bert093/Flutter-Text-Recognition.git
```
2. Navigate to project directory:
```
cd flutter-text-recognition
```
3. Install dependencies:
```
flutter pub get
```
4. Run the application:
```
flutter run
```
## 🛠️ Technologies Used
This project is built using:
### Framework & Language
- [x] Flutter - Cross platform framework
- [x] Dart - Programming language
### Packages & Dependencies
- [x] Google ML Kit (packages) - Text Recognition API
- [x] Camera (packages) - Real-time camera access
- [x] Image Picker (packages) - Gallery image selection
- [x] Permission Handler (packages) - Runtime permission
## 📁 Project Structure
```
flutter_text_recognition
├─ android/
├─ ios/
├─ lib/
│ ├─ camera/
│ │ └─ camera_new.dart
│ └─ main.dart
├─ linux/
├─ macos/
├─ web/
└─ windows/
├─ .gitignore
├─ analysis_options.yaml
├─ .metadata
├─ pubspec.lock
├─ pubspec.yaml
├─ README.md
```
## ✨ Features
- Real-time text detection from camera
- Image text recognition from gallery
- Terminal logging for debugging
- Camera & Storage permission handling