Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
11–19 of 19 posts
What was the reason for adopting PaddleOCR?
Can other OCR models be used as well?
Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#12Roman alphabet only or does this work with other alphabets?
109 languages, including other alphabets.
Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#13What was the reason for adopting PaddleOCR? Can other OCR models be used as well?
No reason other than their Q4 model working reasonably well and fast on my CPU laptop. Should work with any ONNX VLM model
Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#14What's the performance like compared to tesseract?
I don't see tesseract mentioned anywhere in the readme, which is surprising considering that's the number one tool most go to for Image > text OCR.
Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#15What's the performance like compared to tesseract? I don't see tesseract mentioned anywhere in the readme, which is surprising considering that's the number one tool most go to for Image > text OCR.
No rigorous eval, and I love Tesseract. Here's the example that motivated me to build textsnap (which is in the github's README), parsed with Tesseract:
Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#16What's the performance like compared to tesseract? I don't see tesseract mentioned anywhere in the readme, which is surprising considering that's the number one tool most go to for Image > text OCR.
No rigorous eval, and I love Tesseract. Here's the example that motivated me to build textsnap (which is in the github's README), parsed with Tesseract: https://imgur.com/a/i2eQra8
Very noticable difference and the exact issue I run repeatedly with tesseract! Definitely going to try dropping textsnap into my scripts now. Thanks!!
Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#17This is awesome! Been needing something like this for some research paper diagrams I've been indexing.
Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#18Re: Show HN: Local-first fast CPU image to text for screenshots, PDFs, webpages
#19[dead]