OCRAI is a lightweight and intuitive mobile app built with .NET MAUI that enables users to extract text from images using Google's Vision API. With a clean UI and support for both camera and file upload, this app helps digitize printed text effortlessly.
- 📸 Capture images with your camera
- 🗂️ Select images from your device
- 🔍 Real-time text detection using Google Cloud Vision
- 📋 Copy extracted text to clipboard
- 💡 Simple and elegant UI with loading indicators
- .NET MAUI (Multi-platform App UI)
- Google Cloud Vision API
- C#
- XAML
- Create a Google Cloud project.
- Enable the Vision API.
- Generate a service account and download the JSON key file.
- Replace the placeholder JSON credentials in the
ImageToText()method.
- Clone the repository:
git clone https://github.com/your-username/ocrai.git
- Open with Visual Studio.
- Restore NuGet packages.
- Build & run on your Android/iOS device.
Ferit Bulut
This project is licensed under the MIT License.

