Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.53 KB

File metadata and controls

55 lines (43 loc) · 1.53 KB

Inscripta

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.

Features

  • 📷 Upload images and extract text in multiple languages
  • 📝 Supports English, Hindi, and Marathi
  • 🌐 Simple and intuitive web interface
  • 🎨 Open-source and customizable

Live Demo

Check it out here

Installation

Prerequisites

  • Python 3.x
  • Tesseract OCR installed locally
  • Flask
  • Railway (for deployment)

Setup

  1. Clone the repository:
    git clone https://github.com/VortexV7/inscripta.git
    cd inscripta
    
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Set up Tesseract OCR (Make sure it's installed and accessible in your PATH)
  4. Run the Flask app:
    python app.py
    

Deployment on Railway

  1. Connect your GitHub repository to Railway
  2. Configure environment variables if needed
  3. Deploy and monitor logs for any errors

Known Issues

⚠️ Mobile Optimization: The web app is currently not fully optimized for mobile devices. A better responsive design update is planned for future releases.

Contributing

Want to improve Inscripta? Feel free to fork the repo and submit a pull request!

License

This project is open-source under the MIT License.


Made with ❤️ by Ved Sharanagate