Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
1–10 of 19 posts
Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#2Very cool, I'm building my own local-first product as well
Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#3Very cool, I'm building my own local-first product as well
thank you! what is it about?
Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#4Curious how it does on multi-page scanned PDFs vs. single screenshots? The ORT vision/decoder split is the part that usually makes or breaks CPU VLM OCR...
Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#5Now this is legit cool, keep up the great work.
Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#6Curious how it does on multi-page scanned PDFs vs. single screenshots? The ORT vision/decoder split is the part that usually makes or breaks CPU VLM OCR...
I had to extract the image from a PDF for it to work. Then run it on each page image extracted.
Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#7Now this is legit cool, keep up the great work.
thank you!
Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#8- how well do you think this ll work with code? i mean take code screenshots and convert it into actual code for vscode
Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#9- how well do you think this ll work with code? i mean take code screenshots and convert it into actual code for vscode
Just ran
textsnap "https://i.ytimg.com/vi/LBNDfxjEYlA/maxresdefault.jpg"
and got this $('.count').each(function () {
$('this').prop('Counter', 0).animate({
Counter: $('this').text()
}, {
duration: 4000,
easing: 'swing',
step: 'function (now) {
$('this").text(Math.ceil(now));
}
});
});Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#10Roman alphabet only or does this work with other alphabets?