TxTract is a modern web application for extracting text from images using computer vision. Built with SvelteKit, it provides real-time text extraction capabilities through camera input or image uploads.
- 📸 Live Camera Scanning using Easycamera integration
- 🖼️ Image Upload for text extraction from files
- 🔍 OCR Processing with Tesseract.js
- 💅 Modern UI built with Tailwind CSS and Daisy UI components
- ⚡ Real-time Results with instant text recognition
- 📋 Copy to Clipboard functionality for extracted text
- 🌓 Dark/Light Mode support
- SvelteKit - Frontend framework
- Tesseract.js - OCR engine
- Easycamera - Camera integration
- Tailwind CSS - Utility-first CSS framework
- Daisy UI - Component library
- Vite - Build tool
- Node.js v16+
- npm v8+
- Install Node.js:
npm install- Clone the repository:
git clone https://github.com/fyiimysf/TxTract.git
cd TxTract- Run Dev Enviroment:
npm run dev