liteparse
Installation
SKILL.md
LiteParse Skill
Parse unstructured documents (PDF, DOCX, PPTX, XLSX, images, and more) locally with LiteParse: fast, lightweight, no cloud dependencies or LLM required.
Step 0 - Use via npx, or install LiteParse
NOTE: Rather than installing liteparse globally, you can instead run it directly with npx, substituting lit <args> with npx -y @llamaindex/liteparse <args> in the commands below.
npx -y @llamaindex/liteparse
Otherwise if installing globally, use pnpm install -g @llamaindex/liteparse and then run lit <args>.