PDF Convert

This is a web application that extracts text from PDF documents by converting the documents to a text format (either txt or docx). I built this using Express JS, ejs, and Python.

Demo Website

👉 Coming soon...

Video Demo

👉 https://youtu.be/Y393jGsafWk

Getting Started

First install the dependencies

yarn install
#or
npm run install

To run the project in dev mode using any of the following commands:

yarn dev
#or
npm run dev

To build the project and run it

yarn build
yarn start
#or
npm run build
npm run start

Then go to http://localhost:3000.

Stay in touch

License

Nest is MIT licensed.