You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw your post on X and went straight to a global install (without reading any docs 🙈)
npm i -g llama-ocr && llama-ocr
Something about the OCR use-case just made me want to reach for a CLI tool for starters, to kick the tires without having to write any JavaScript code first.
I imagined this would happen:
Type llama-ocr and it would say "Hey go get a Together AI token"
Sign up for Together and create a token and set it in my env
Run llama-ocr and get some guiding help text.
Run llama-ocr some-file.pdf or whatever and see good results.
Maybe eventually write some JS code that uses this module, now that I know it actually works from my CLI testing.
The text was updated successfully, but these errors were encountered:
Hey @Nutlope! Cool project. 😎
I saw your post on X and went straight to a global install (without reading any docs 🙈)
Something about the OCR use-case just made me want to reach for a CLI tool for starters, to kick the tires without having to write any JavaScript code first.
I imagined this would happen:
llama-ocr
and it would say "Hey go get a Together AI token"llama-ocr
and get some guiding help text.llama-ocr some-file.pdf
or whatever and see good results.The text was updated successfully, but these errors were encountered: