Transform PDFs into beautiful, responsive webpages using PaddleOCR and ERNIE AI. Built with Streamlit for an intuitive, modern interface.
✅ Beautiful Web Interface - Built with Streamlit for ease of use ✅ PDF Extraction - PaddleOCR-VL for intelligent text extraction ✅ Smart Markdown - Automatic structure detection ✅ AI-Generated HTML - ERNIE creates custom styled pages ✅ GitHub Pages Ready - One-click deployment ✅ Mobile Responsive - Works on all devices ✅ No Code Required - User-friendly interface ✅ Real-time Preview - See results instantly
Visit the live demo: https://pdf-to-webpage.streamlit.app
# Clone repository
git clone https://github.com/yourusername/pdf-to-webpage.git
cd pdf-to-webpage
# Install dependencies
pip install -r requirements.txt
# Run Streamlit app
streamlit run app.py