A web application that converts text from images using Tesseract.js OCR engine.
This project serves as a practice implementation for API integration, specifically using Tesseract.js to create an image-to-text conversion website.
- Upload image files
- Extract text from images using OCR
- Support for multiple image formats
- Simple and intuitive user interface
- Clone the repository
- Install dependencies:
npm install
- Run the application:
npm start
- Tesseract.js
- HTML/CSS
- JavaScript
This project is licensed under the MIT License - see the LICENSE file for details.
Created by H1tRecord