This web application allows users to upload PDF files and automatically extracts and decodes QR codes embedded within each page of the PDF. The decoded data is displayed in a user-friendly format.
- Upload multi-page PDFs.
- Detect and decode QR codes on each page.
- Support for multiple QR codes per page.
- Frontend: Next.js with MUI
- Backend: NestJS
- Database: MongoDB
- Data fetching: React Query
- Run the server:
make up - Open the app in your browser.
- Upload a PDF file containing QR codes.
- View decoded QR code content for each page.