Posts

Showing posts with the label gscan2pdf

NormCap as Linux Screen Capture and Text OCR Tool, a Windows Power Tools Alternative

Image
(We recommend you bookmark this blog. Trying to find helpful information in forums usually just ends in making you frustrated and angry. This blog does not speculate or guess. If we post it, we've tried it and it works. As with all our posts, if you don't care about the background info, you can head straight to the yellow highlighted sections for the problem and the fix.) Background Rarely am I jealous of "anything Windows," but one of those is the Windows Power Tool that takes a screenshot of an image file and allows you to OCR any text in the image. But while I covet an exact replica for Linux use, I have settled on NormCap as my favorite alternative. I tried some other Linux alternatives, but I won't waste time and space on details of why I did not like them.  My only beef with NormCap is that the Flathub version simply will not work on my Ubuntu 24.04 machine. I am far from being a programmer, but my guess is that it has something to do with a clash between t...

Converting an image pdf file to a searchable text pdf file in a Linux environment

Image
  gscan2pdf Okay, so that's a really long title for a blog post, but sometimes you must use many words to explain what it really is that you are doing, a lesson learned by spending a lot of time on the mostly worthless forums where people have very little ability to form a subject line that has anything to do with their issue.  At any rate, some background. I love downloading public-domain (mostly) books and documents, but often they are scanned as image files. As I am a writer and want to use quotes from the pdf, it is much easier if I convert the picture pdf to a text pdf so I can copy and paste, rather than re-typing the  quoted material.  There are lots of ways to go about this conversion task, but often they require buying conversion software or paying to play in the cloud. I hate spending money on work stuff, so here's my simple, quick solution.  Install gscan2pdf. In Ubuntu, you can do that from the Ubuntu Software Centre or the Gnome Software Center. If ...