How to Extract Text from Images Using Live Text (OCR) in Preview on macOS

When you are auditing a massive digital portfolio on a modern macOS workstation and you must mathematically extract alphanumeric data trapped inside a static raster image (like a JPEG photograph of a physical document or a PNG screenshot), manually transcribing the data is severely inefficient. To force the macOS neural engine to execute an algorithmic sweep—parsing the geometric pixels and converting them into raw, selectable text—you must deploy the Live Text OCR vector within the native Preview application.

Initializing the Neural OCR Engine

Modern iterations of macOS (Monterey and later) possess a deeply integrated Machine Learning matrix called Live Text. The Preview application natively hooks into this engine, allowing it to instantly recognize text geometry within any supported image format without requiring third-party Optical Character Recognition software.

  1. Locate your target image file (JPEG, PNG, HEIC, or TIFF) in Finder and double-click to open it natively in Preview.
  2. Look at the absolute top menu bar of the screen. Click on Tools.
  3. Ensure the Text Selection tool is active (or press the absolute hotkey: Cmd + 3).
  4. Alternatively, look for the specialized geometric icon in the bottom right corner of the Preview window that resembles a small square with three lines inside it (the Live Text indicator). If this icon is illuminated blue, the neural engine has already successfully parsed text within the image.

Executing the Text Extraction

  1. Move your cursor directly over the pixels that resemble text within the photograph.
  2. The cursor will algorithmically transform from a standard pointer into an I-beam (text entry indicator).
  3. Click and drag the I-beam across the pixels. The macOS kernel will violently highlight the recognized text in a pale blue geometric block, treating the static pixels exactly like text in a standard Word document.
  4. Press the absolute hotkey Cmd + C to copy the extracted text payload into your system clipboard.
  5. You can now paste (Cmd + V) this raw alphanumeric string into any other application (like Notes, Pages, or an email). The original image remains a static, unedited matrix of pixels on your hard drive.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.