Live data from Hacker News

Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages

github.com

1–10 of 19 posts

Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages

#6

Curious 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

#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));
      }
    }); 
  });
Post reply on HN