site banner

Small-Scale Question Sunday for January 22, 2023

Do you have a dumb question that you're kind of embarrassed to ask in the main thread? Is there something you're just not sure about?

This is your opportunity to ask questions. No question too simple or too silly.

Culture war topics are accepted, and proposals for a better intro post are appreciated.

6
Jump in the discussion.

No email address required.

What's the best way to copy long passages from a physical book?

Typing takes forever, so that's out. I've tried Googling a digital copy of the book, but a lot of times the books I read aren't scanned or are in the form of PDFs without copiable text. I usually usethe Google Lens function of my Camera app to grab text using OCR, but it's only about 95% accurate, meaning I often have to go back through and correct a lot of erroneous letters and punctuation. Is there a smarter way to do this?

Good OCR (something like recent versions of Tesseract, see here for a good frontend, though using the cli on PDF files works great) and going through the output to find the inevitable mistakes is the fastest method in my experience. Typing it all yourself is less annoying but takes more time and isn't any less error prone.

You can also pay someone to do it if your time is worth too much.

using the CLI on PDF files

That might actually help quite a bit. Thanks, I'll check this out.