Skip to content

AI powered free document analysis project including pdf free editor

Notifications You must be signed in to change notification settings

interlinker0325/PDF-free-editor

Repository files navigation

Adlyceum : AI based Online free pdf editor

Ai based online free pdf editor to cut the chase for users and edit efficiently according to their needs using openAI and mathpix, langchain, jodit editor. When users upload the pdf, it is converted into a text file transfer to the openAI to detect the mistake section like outdated terms and grammatical issues. This mistake hightlighted with the red border to the dashboard to edit effiiciently.

Upload format

  • pdf, microsoft word, google docs, text file

    file_upload.mp4

detect the mistake like this.

  • using openAI

You can edit using Ai automatically

AI-edit.mp4

edit the mistake using the jodit editor

  • integrate jodit editor for freely.
edit.mp4

How to run

Go to the project directory

cd Adlyceum

Install dependencies

  npm install

Start the server

  npm run dev