Transform images into editable text effortlessly!
๐ Inscripta is an open-source OCR (Optical Character Recognition) web app that extracts text from images in multiple languages, including English, Hindi, and Marathi. It leverages Tesseract OCR for text extraction and is deployed using Railway.
- ๐ท Upload images and extract text in multiple languages
- ๐ Supports English, Hindi, and Marathi
- ๐ Simple and intuitive web interface
- ๐จ Open-source and customizable
- Python 3.x
- Tesseract OCR installed locally
- Flask
- Railway (for deployment)
- Clone the repository:
git clone https://github.com/VortexV7/inscripta.git cd inscripta - Install dependencies:
pip install -r requirements.txt - Set up Tesseract OCR (Make sure it's installed and accessible in your PATH)
- Run the Flask app:
python app.py
- Connect your GitHub repository to Railway
- Configure environment variables if needed
- Deploy and monitor logs for any errors
Want to improve Inscripta? Feel free to fork the repo and submit a pull request!
This project is open-source under the MIT License.
Made with โค๏ธ by Ved Sharanagate