@[email protected] to [email protected] • edit-21 year agoNot Total Recall (1990)lemmy.worldimagemessage-square64fedilinkarrow-up1833
arrow-up1833imageNot Total Recall (1990)lemmy.world@[email protected] to [email protected] • edit-21 year agomessage-square64fedilink
minus-square@[email protected]linkfedilink21•1 year agoI can’t imagine it’d be that hard to write some code that does that using an existing AI model.
minus-square@[email protected]linkfedilinkEnglish9•1 year agoI found a small command to run KDE Spectacle (screenshot software) with Tesseract so I can OCR a screenshot if I want to, I only had to install Tesseract and a main language, you could easily do the same with an API and/or a local AI.
minus-squareMacN'CheezuslinkfedilinkEnglish3•1 year agoLlava and Bakllava are two Ollama models than can not only extract text but also describe what’s happening on screen. Using tesseract-ocr, as the other guy suggested, is probably simpler and less resource intensive though.
I can’t imagine it’d be that hard to write some code that does that using an existing AI model.
You’re probably right.
I found a small command to run KDE Spectacle (screenshot software) with Tesseract so I can OCR a screenshot if I want to, I only had to install Tesseract and a main language, you could easily do the same with an API and/or a local AI.
Llava and Bakllava are two Ollama models than can not only extract text but also describe what’s happening on screen.
Using
tesseract-ocr
, as the other guy suggested, is probably simpler and less resource intensive though.