A web-based tool that allows users to upload PDF files, automatically converts them to LaTeX for accurate formula detection, and leverages OpenAI to identify and highlight errors or inconsistencies. The frontend displays the PDF with red borders around problematic sections, enabling users to edit and refine the content according to their requirements. Ideal for students, researchers, and professionals seeking a seamless way to correct and enhance PDF documents.
Go to the project directory
cd Adlyceum
Install dependencies
npm install
Start the server
npm run dev