Dimensions & tolerances
Nominal dimensions, general and individual tolerances, ISO classes, fits (e.g. H7/g6). Recognises hand-written adjustments too.
The PDF Reader captures dimensions, tolerances, threads, materials, surface treatments and GD&T symbols directly from PDF drawings. Structured JSON output, ready to use in quoting, work prep and ERP.
Everything that would normally be retyped by hand now arrives as a structured API response.
Nominal dimensions, general and individual tolerances, ISO classes, fits (e.g. H7/g6). Recognises hand-written adjustments too.
Thread designations (M6, M10, ISO, UNF), hole types (through, blind, countersink), count and position.
Material designations (1.4301, S235JR, EN AW-6082, TECAPEEK), DIN numbers, alternative material entries from title block.
Galvanising, anodising, powder coating, blackening, painting — including specifications (coat thickness, RAL colours).
Form and position tolerances per ISO 1101: flatness, parallelism, perpendicularity, position, runout — with values and datum references.
Drawing number, revision, scale, date, author, general tolerances (ISO 2768-mK). Standardised output.
POST /api/pdf-reader Authorization: Bearer YOUR_API_KEY Content-Type: multipart/form-data file: Bearing_block_Z00342.pdf
{
"drawing_no": "Z00342",
"revision": "B",
"material": "1.4301",
"general_tolerance": "ISO 2768-mK",
"dimensions": [
{ "value_mm": 80, "tol": "±0.1" },
{ "value_mm": 45, "tol": "h7" }
],
"threads": ["M6", "M10"],
"surface": "ground, Ra 0.8",
"coating": "passivated"
} Example response — the full response includes GD&T fields, title block data and tolerance lists.
Inbound PDF drawings are read automatically. Material + surface treatment + tolerances arrive structured into the quote — 10-15 minutes saved per request.
Your work prep team gets dimensions and tolerances pre-filled — they verify, refine and release instead of retyping every drawing by hand.
New incoming articles are auto-created in the ERP with material, tolerance class and surface treatment — no manual transfer from the PDF.
30-minute demo call — you show us a typical PDF drawing, we run the PDF Reader live and discuss integration and volume.