Technical

Why your CAD PDF has no searchable text

If Ctrl+F finds nothing in your drawing, the text stopped being text before the PDF existed. Here's what happened, and what it means for reading dimensions automatically.

Open a drawing PDF from your CAD system, press Ctrl+F, and search for a dimension you can plainly see on the screen. Nothing. The text is right there, crisp at any zoom, and the PDF swears it doesn't exist.

This surprises people, and it has a straightforward cause: by the time the PDF was written, those characters had stopped being characters.

Three kinds of PDF that look identical

TypeWhat's insideCtrl+F
Text Real character codes with an embedded fontWorks
Vector line art Each character drawn as outlines and strokes — geometry, not letters Finds nothing
Raster One flat image of the whole sheet, usually from a scan Finds nothing

All three look sharp on screen. Only the first knows what it says.

Telling them apart in ten seconds

Why CAD does this

It isn't a bug, and it usually isn't carelessness. Converting text to geometry solves real problems for a drawing office:

A drawing is a legal document. Guaranteeing that it renders identically on every machine is a defensible reason to give up searchable text, and plenty of aerospace drawing offices made that trade deliberately.

Worth knowing

Scanned drawings are a different problem with the same symptom. A drawing that has been printed, signed, and scanned back in is a raster image — and often a skewed, speckled one. Everything below about extraction applies, but expect worse results and more verification.

What it means for reading dimensions automatically

If there's no text layer, no tool can simply read the drawing. The only route left is optical character recognition — treating the sheet as a picture and inferring characters from shapes. That has consequences worth being honest about:

The rule that matters

OCR output on a drawing is a pre-fill, never an input. It saves typing; it does not save checking. Any tool that quietly drops recognised values straight onto an inspection form without showing you what it read is doing you a disservice, however good its recognition rate is.

What to ask your CAD administrator

If you'd rather have searchable text, the fix belongs upstream — at export, not after the fact. Worth asking:

That last option is often the easiest sell. The drawing office keeps its guarantee of identical rendering; quality gets a copy it can work with.

If you can't change the export

Frequently you can't — the drawing came from a customer, or it's a released document nobody will re-issue for your convenience. In that case the workable approach is the one that treats extraction as assistance rather than automation:

  1. Select the region of the drawing you're reading from.
  2. Let OCR propose the value.
  3. Confirm or correct it before it becomes part of the record.
  4. Enter GD&T through a symbol builder rather than hoping recognition catches it.

That's slower than a promise of full automation and faster than typing every characteristic by hand — and it's the only version of this that belongs underneath a compliance document.

Export options vary by CAD package and version, and by how your site has configured them. The settings named here are starting points for a conversation with whoever owns your CAD configuration, not a universal recipe.