I built OpenParser because I wanted PaddleOCR-VL-1.6 behind an endpoint I could actually use. Now there are open-sourced CLI and TypeScript/Python SDKs:
``` npm install -g @openparser/cli openparser auth login openparser parse sync document.pdf ```
That is basically it. It doesnt get easier and cheaper that this. Give it a PDF and get back the text and document structure.
Repo: https://github.com/eigenpal/openparser
I would love feedback from anyone willing to try the CLI and tell me what is still annoying.