dash_pdf_highlighter
v0.0.7
Published
Components to view PDFs and edit and show highlighted regions
Readme
Dash PDF Highlighter
Components to view PDFs and edit and show highlighted regions
Install
pip install dash_pdf_highlighterDevelopment
Getting Started
Create a new python environment:
python -m venv venv . venv/bin/activateNote: venv\Scripts\activate for windows
Install python dependencies:
pip install -r requirements.txtInstall npm packages:
- Optional: use nvm to manage node version:
nvm install nvm use - Install:
npm install
- Optional: use nvm to manage node version:
Build:
npm run build
Component Code
Publish
If publish on npm:
npm build
npm publishJustfile
Alternatively, use the provided just commands:
- Create a Python environment from previous step 1 and install:
just install - Build
just build - Publish
just publish - See all commands with
just -l
