Extract text and markdown from PDFs. demo site
First, create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activateThen, install the dependencies:
npm install
# or
yarn
# or
pnpm installThen, run the development server(python dependencies will be installed automatically here):
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
The FastApi server will be running on http://127.0.0.1:8000