A simple API built with Node.js, Express, and Tesseract.js that extracts text from uploaded images.
- Upload an image, and the API will extract any text contained within it.
- Uses Tesseract.js for Optical Character Recognition (OCR).
- Handles image uploads via Multer.
Before you begin, ensure you have met the following requirements:
- Node.js and npm installed on your machine.
- Clone the repository or download the source code.
git clone https://github.com/AjayDattu/Image-text-api/ cd image-text-api npm install npm start