What it doesWhat it does
This project is an automated pipeline that converts static PDF documents into interactive, responsive web pages. It takes raw document data and uses AI to transform it into a professional digital format that is easy to read and host online.
- How I built it The project follows a three-step AI workflow:
Data Extraction: I used PaddleOCR-VL to scan the input PDF and accurately extract text and layout structures into a Markdown format.
AI Transformation: I fed the Markdown data into ERNIE AI with a custom prompt to generate a clean, modern Tailwind CSS and HTML file.
Automated Deployment: I set up a GitHub Actions pipeline (deploy.yml) to automatically host the generated site on GitHub Pages whenever the code is updated.
Log in or sign up for Devpost to join the conversation.