@ccorcos/ask-pdf
v0.0.12
Published
Ask a pdf with AI
Downloads
58
Readme
Ask PDF
A simple tool for asking ChatGPT about a pdf document.
npx tsx src/ask.ts <input.pdf> <prompt> [-i]
Optional -i
paramter if you want to interactively ask more questions.
Run it on a bunch of files.
npx tsx src/askdir.ts path/to/dir <input.pdf> <prompt>
Turn a pdf into a markdown file using OCR.
./src/pdf2md <input.pdf> <output.md>
Ask back to back prompts to refine and answer, useful for summarizing. Prompts should be separated by ---
.
npx tsx src/askrecur.ts <prompts.md> <input.md>