A powerful document scanning and enhancement application built with Streamlit and OpenCV.
- πΈ Document scanning and enhancement
- β¨ Automatic image enhancement
- π Smart document cropping
- π¨ Advanced color correction
- π Batch processing support
- π₯ Multiple export formats (PNG, JPEG, PDF)
Visit the live application at: Document Scanner Pro Max
- Push your code to GitHub if you haven't already:
git add .
git commit -m "Ready for deployment"
git push origin main
- Go to Streamlit Cloud
- Sign in with your GitHub account
- Click "New app"
- Select this repository and main.py
- Click "Deploy"
Your app will be live in a few minutes at https://your-app-name.streamlit.app
- Clone the repository:
git clone https://github.com/yourusername/SlipTextConverter.git
cd SlipTextConverter
- Install dependencies:
pip install -r requirements.txt
- Run the app:
streamlit run main.py
- Python 3.8+
- See requirements.txt for full list of dependencies
MIT License - feel free to use this project for any purpose.