Y
Hacker News
new
|
ask
|
show
|
jobs
by
WillAdams
411 days ago
I want to work with PDFs (or JPEGs), but that should be a start, I hope.
1 comments
xnx
411 days ago
llm supports attachments too
FOR %%F IN (*.pdf) DO (llm -a %%F -s "execute this prompt" >> output.txt)
link
FOR %%F IN (*.pdf) DO (llm -a %%F -s "execute this prompt" >> output.txt)