liteparse_samples
Interactive samples/demos for LiteParse: a fast, local, model-free document parser
File Explorer
- comparison.png
- visual-citations.png
- comparison.html
- docs.json
- generate.py
- cms_pfs.pdf
- fdic_qbp.pdf
- fed_h41.pdf
- irs_1040.pdf
- who_indicators.pdf
- research-docs.png
- bank_statement.pdf
- loan_application.pdf
- pay_stub.pdf
- fed_reserve_h41_report.html
- loan_underwriting_report.html
- generate_report.py
- report.html
- README.md
- SKILL.md
- visual-citations.html
- docs.json
- generate.py
- .gitignore
- metadata.json
- README.md
- requirements.txt
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npx
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
// repository documentation
Was this content helpful?
(0 ratings)
