ordellrb@lemmy.world to linuxmemes@lemmy.world · edit-25 months agoNot Total Recall (1990)lemmy.worldimagemessage-square57fedilinkarrow-up1821arrow-down110
arrow-up1811arrow-down1imageNot Total Recall (1990)lemmy.worldordellrb@lemmy.world to linuxmemes@lemmy.world · edit-25 months agomessage-square57fedilink
minus-squarehitwright@lemmy.worldlinkfedilinkarrow-up58·edit-25 months agoTakes a screenshot every minute and saves it
minus-squareJackGreenEarth@lemm.eelinkfedilinkEnglisharrow-up12arrow-down6·5 months agoCan you search the screenshots with OCR though? That’s Recall’s main selling point
minus-squareAux@lemmy.worldlinkfedilinkarrow-up58·5 months agoYou can start by running sudo apt install tesseract-ocr and then reading its docs.
minus-squareR00bot@lemmy.blahaj.zonelinkfedilinkarrow-up20·5 months agoI can’t imagine it’d be that hard to write some code that does that using an existing AI model.
minus-squarenot_amm@lemmy.mllinkfedilinkEnglisharrow-up9·5 months 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-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up6·5 months agoThis is a shitpost and not a real suggestion.
Takes a screenshot every minute and saves it
Can you search the screenshots with OCR though? That’s Recall’s main selling point
You can start by running
sudo apt install tesseract-ocr
and then reading its docs.Fulfills the AI quota 👍
I can’t imagine it’d be that hard to write some code that does that using an existing AI model.
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.
You’re probably right.
This is a shitpost and not a real suggestion.