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

When you possess a digital photograph or a scanned image (JPEG, PNG) containing massive blocks of alphanumeric data (like a contract, a receipt, or a whiteboard), manually transcribing that data is mathematically inefficient. To force the macOS neural engine to execute an advanced Optical Character Recognition (OCR) matrix—detecting, isolating, and ripping the physical text out of the rasterized image—you must deploy the Live Text vector within the native Preview application.

Executing the Algorithmic Extraction

The Live Text engine (available in macOS Monterey and later) is deeply integrated into the Core Graphics architecture. It mathematically treats flattened pixels as fully interactive text vectors.

  1. Locate your target image file in Finder and double-click to open it natively in Preview.
  2. Do not attempt to select any tools. Simply move your standard mouse cursor over the physical text visible within the image.
  3. The exact millisecond the macOS neural engine detects a legible alphanumeric string, your cursor will instantly transmute from a standard pointer arrow into a precision Text Selection I-beam.

Ripping the Data Payload

  1. Click and drag the I-beam cursor directly across the text within the image, exactly as if you were highlighting text in a standard Word document.
  2. The OS will violently highlight the detected geometry in blue, confirming the OCR matrix has successfully isolated the characters.
  3. Execute the absolute hotkey: Cmd + C (Copy).
  4. The macOS kernel instantly rips the alphanumeric payload from the image and stores it in your system clipboard as pure, unformatted text data.
  5. You can now execute Cmd + V (Paste) to inject that precise data directly into a Pages document, an email, or a terminal window.

(Critical Note: If the neural engine fails to detect the text automatically, look at the absolute bottom-right corner of the Preview window. If a small, geometric icon resembling a square with three lines appears, click it to manually force the OS to execute the Live Text matrix across the entire image.)

Get the best tech tips delivered straight to your inbox.

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