Skip to content

JustinTzeJi/pdf-text-extractor

Repository files navigation

PDF Text Extractor

Extract text and markdown from PDFs. demo site

Getting Started

First, create and activate a virtual environment:

python3 -m venv venv
source venv/bin/activate

Then, install the dependencies:

npm install
# or
yarn
# or
pnpm install

Then, run the development server(python dependencies will be installed automatically here):

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

The FastApi server will be running on http://127.0.0.1:8000

About

Extract text and markdown from PDFs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors