We’ve all been in this situation: someone hands you a printed menu card, a physical voter list, or a dense PDF document, and you need all that text digitized into a Word document or an Excel sheet. Typing it out manually is a massive waste of time and usually leads to spelling errors.
Thankfully, Optical Character Recognition (OCR) technology is now built into the devices we already own. Here is how you can pull text right off an image in seconds, zero typing required.
- Method 1: Use Google Lens (For iOS and Android)**
Google Lens is basically magic. If you have the Google app (or the standalone Lens app on Android), just open it and point your camera at the document.
- Tap the “Text” option at the bottom of the screen.
- Take a photo.
- Lens will automatically highlight all the readable text. You can select the exact paragraphs you want, copy them, and paste them directly into your notes or an email. It even translates on the fly!
- Method 2: Apple’s Live Text (For iPhone Users)**
If you use an iPhone, you don’t even need an extra app.
- Just open your Camera app and point it at a document. A small yellow text icon will appear in the bottom right corner. Tap it, and you can instantly copy the text.
- Even better: Open any photo already in your gallery that has text in it. Just press and hold directly on the words in the photo. The text will highlight just like a regular document, ready to be copied.
- Method 3: For Bulk Work (Excel and Python)**
If you are doing this professionally—like extracting hundreds of names from a PDF or digitizing data for campaigns—relying on your phone camera won’t cut it.
- Excel’s “Data from Picture” feature: In modern versions of Excel, go to the Data tab, click Get Data > From Other Sources > From Picture. Upload your image, and Excel will analyze it and drop it neatly into cells.
- Python: If you know a little coding, using Python libraries like pytesseract combined with OpenCV allows you to automate the extraction of complex documents in bulk straight into CSV files.
Stop typing out physical documents. Let your tech do the heavy lifting!



