Skip to content

bert093/Flutter-Text-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. Navigate to project directory:
cd flutter-text-recognition
  1. Install dependencies:
flutter pub get
  1. Run the application:
flutter run

πŸ› οΈ Technologies Used

This project is built using:

Framework & Language

  • Flutter - Cross platform framework
  • Dart - Programming language

Packages & Dependencies

  • Google ML Kit (packages) - Text Recognition API
  • Camera (packages) - Real-time camera access
  • Image Picker (packages) - Gallery image selection
  • 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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published