Extract Text from Images and PDFs (Free OCR): iPhone Live Text, Windows PowerToys, Mac, Google Drive, and Online (Batch‑Friendly)

By Abdulbatin Anaza • Last updated: May 2026 • Estimated reading time: 14–20 minutes

Snapped a photo of notes or got a scanned PDF you can’t edit? You don’t need paid software—free tools on iPhone, Windows, Mac, and Google Drive can Extract Text from Images and PDFs in minutes.

This guide shows how to Extract Text from Images and PDFs with the fastest built‑in methods, batch options that keep your layout, accuracy tips, and privacy notes so you don’t leak sensitive docs.

Related how‑tos:

OCR basics (what it is and when to use it)

  • OCR (Optical Character Recognition): turns pictures of text (photos, scans, screenshots) into selectable, searchable text.
  • Best for: Printed documents, textbooks, receipts, whiteboards, typed PDFs.
  • Okay sometimes: Neat handwriting (varies by tool and language).
  • Not great for: Messy handwriting, tiny/low‑contrast text, warped pages.

Use it whenever you need to Extract Text from Images and PDFs quickly.

Quick picks (fastest path by device)

Use these steps to Extract Text from Images and PDFs fast on each device.

  • iPhone/iPad: Use Live Text in Camera/Photos. Point camera → tap the text icon → Copy.
  • Mac (Monterey+): Open image in Preview or use Quick Look → drag to select text → Copy.
  • Windows 11: Snipping Tool → New capture → Text actions → Copy all text. Or install PowerToys → Win + Shift + T to OCR any region.
  • Google Drive (web): Upload image/PDF → right‑click → Open with → Google Docs to run OCR and get editable text.
  • Batch searchable PDFs: Use OCRmyPDF (free CLI) to add a text layer without wrecking layout.

Method 1: iPhone/iPad — Live Text (fastest)

Use Apple’s Live Text to Extract Text from Images and PDFs right from Camera, Photos, or Files.

A) Copy text straight from the Camera

  1. Open Camera → point at text.
  2. Wait for the yellow brackets/text icon → tap the Live Text button (or long‑press on the text).
  3. Tap Select All or drag to choose → Copy, Look Up, Translate, or Share.

B) From Photos, Safari, or Files (Quick Look)

  1. Open the image/screenshot/PDF page → long‑press on text or tap the Live Text icon.
  2. Select → Copy or use action buttons (Call, Email, Translate for detected data).

Tip: For multi‑page PDFs, share to a Mac or Drive and use Google Docs/desktop tools for full‑document OCR.

Apple help: Use Live Text to copy and interact with text

Method 2: Mac — Preview and Quick Look (built‑in)

On macOS, Preview and Quick Look let you Extract Text from Images and PDFs without extra apps.

A) Preview (Monterey+ with Live Text)

  1. Open an image or PDF page in Preview.
  2. Drag across the text (cursor becomes an I‑beam) → Copy.

B) Quick Look (spacebar)

  1. Select an image/PDF page in Finder → press Space (Quick Look).
  2. Drag to select text → Copy.

Notes: Live Text supports many languages; set System Settings → Language & Region to help detection. For complex multi‑page PDFs, use Google Docs or OCRmyPDF below.

Apple help: Use Live Text on your Mac

Method 3: Windows — Snipping Tool OCR and PowerToys

On Windows 10/11, Snipping Tool and PowerToys help you Extract Text from Images and PDFs from anywhere on screen.

A) Windows 11 Snipping Tool (Text actions)

  1. Open Snipping Tool → click New and select the area with text.
  2. Click Text actions (A icon) → Copy all text or drag to select specific lines.

Great for screenshots and quick grabs from apps that don’t allow copying.

B) PowerToys — Text Extractor (Windows 10/11)

  1. Install Microsoft PowerToys (free): learn.microsoft.com/windows/powertoys
  2. Enable Text Extractor → press Win + Shift + T → draw a box → text is copied to your clipboard.

Tips: Works across monitors and most apps. For accuracy, zoom in or capture a smaller, higher‑contrast region.

C) OneNote (bonus)

  1. Paste or insert an image into OneNote.
  2. Right‑click the image → Copy Text from Picture (and for PDFs: from this page of the printout).

OneNote can also Extract Text from Images and PDFs when you’re working inside notebooks.

Method 4: Google Drive + Google Docs (images and PDFs → editable text)

Use Google Drive + Docs to Extract Text from Images and PDFs into an editable Google Doc.

  1. Go to drive.google.com → click New → File upload and upload your image or PDF.
  2. Right‑click the file → Open with → Google Docs.
  3. Google runs OCR and opens a new Doc: the image at top, extracted text below. Edit or copy as needed.

Accuracy tips: Clear scans (300 DPI), upright orientation, and correct File → Language improve results. Complex layouts and columns may lose formatting—copy text, then reformat manually.

Offline note: To Extract Text from Images and PDFs with Google Drive OCR, you need an internet connection. You can edit the output offline later: Use Google Docs Offline.

Docs help: Convert PDF/images to text

Method 5: Online tools (fast—avoid sensitive documents)

Use reputable web tools to Extract Text from Images and PDFs when you’re away from your own device. Avoid uploading private docs.

Privacy tips:

  • Check retention policy and delete uploads after processing.
  • Redact sensitive blocks (or crop) before uploading.
  • For IDs/contracts, use offline methods (PowerToys/Preview/OCRmyPDF) instead.

Batch OCR and searchable PDFs (keep layout)

Use these tools to add a text layer and Extract Text from Images and PDFs at scale—keeping the original look intact.

A) OCRmyPDF (Windows/Mac/Linux)

Adds a text layer to scanned PDFs—searchable, selectable, original look preserved.

# Install (requires Python and Tesseract)
# macOS (Homebrew):
brew install ocrmypdf tesseract

# Ubuntu/Debian:
sudo apt-get install ocrmypdf tesseract-ocr

# Windows:
# Install Python, then:
pip install ocrmypdf
# Install Tesseract separately: https://github.com/tesseract-ocr/tesseract
# Basic usage (English)
ocrmypdf input.pdf output.pdf

# With languages (English + Spanish)
ocrmypdf -l eng+spa input.pdf output.pdf

# Deskew and clean up
ocrmypdf --deskew --clean input.pdf output.pdf

B) Tesseract OCR (images → text or searchable PDFs)

# Image → plain text (stdout)
tesseract scan.jpg stdout -l eng

# Image → searchable PDF
tesseract scan.jpg out -l eng pdf

Use Tesseract to Extract Text from Images and PDFs into plain text or searchable PDFs.

Docs: OCRmyPDF docsTesseract OCR

Improve accuracy (quick wins)

For better results when you Extract Text from Images and PDFs, try these:

  • Resolution: Aim for 300 DPI (or sharp photos). Fill the frame; avoid blur.
  • Lighting & contrast: Even light; avoid shadows/glare. Increase contrast if needed.
  • Keep it straight: Align edges; use deskew options (ocrmypdf --deskew).
  • Right language: Set the correct OCR language(s) for accented characters and symbols.
  • Pre‑process scans: Convert to grayscale, bump contrast, or crop margins. For CLI:
    magick input.jpg -colorspace Gray -contrast-stretch 1%x1% clean.jpg

Handwriting, tables, and math (what to expect)

When you Extract Text from Images and PDFs that include handwriting, tables, or equations, expect cleanup.

  • Handwriting: Live Text and some OCR engines can handle neat print; cursive is hit‑or‑miss.
  • Tables: OCR preserves text but not always columns. Paste into a spreadsheet and realign.
  • Math: OCR treats math as text; for equations, use a math‑aware tool or retype for accuracy.

Metadata and privacy

Prefer offline tools when you Extract Text from Images and PDFs that contain sensitive information.

  • Local first: Use offline OCR for IDs, contracts, or client docs.
  • Strip metadata if sharing: Some scans include camera/phone data. Re‑export or remove metadata.
  • Keep originals: Save the raw scan and the OCR’d copy in clearly named folders (e.g., 2026‑04‑Invoices_OCR.pdf).

Troubleshooting (real fixes)

  • Text is gibberish after OCR.
    If you Extract Text from Images and PDFs and get gibberish, use higher‑resolution scans (300 DPI+), set the correct language, straighten the page, and increase contrast. Try OCRmyPDF with --deskew and --clean.
  • Live Text won’t select anything.
    Ensure your device supports Live Text (iOS/iPadOS 15+/macOS Monterey+). Try another app (Preview/Quick Look on Mac) or use Google Docs OCR.
  • PDF looks fine but isn’t searchable.
    It’s an image‑only scan. Run it through OCRmyPDF or Google Docs to add a text layer.
  • Weird characters (å, ñ, accents) are wrong.
    Specify the correct OCR language(s) (e.g., -l eng+spa) and use Unicode‑friendly fonts in your target doc.
  • Rotation/orientation issues.
    Rotate before OCR; many tools try to auto‑detect, but manual correction improves results.

Helpful resources

Summary: fastest path by device

Quick ways to Extract Text from Images and PDFs by device:

  • iPhone/iPad: Camera/Photos → Live Text → Copy.
  • Mac: Preview/Quick Look → select text → Copy. For multi‑page scans, use Google Docs or OCRmyPDF.
  • Windows: Snipping Tool → Text actions → Copy all text; or PowerToys Win + Shift + T.
  • Google Drive: Open image/PDF with Google Docs → edit/save.
  • Batch PDFs (searchable): ocrmypdf input.pdf output.pdf with language and deskew options.

After you Extract Text from Images and PDFs, save clean copies and name them clearly so they’re easy to find later: Rename Files in Bulk. If the result is large, share with a link: Share Large Files Safely.

More helpful guides:
Convert PDF to Word Without Losing Formatting
Merge, Split, and Reorder PDF Pages (Free)
Compress PDF Without Losing Quality

Leave a Comment