Wiki

Frequently asked questions

Straight answers on the three things people email us about most: how the offline OCR works, how the AS9102 XML export works and how to check it, and the CSV format for importing measured results into Form 3.

On this page
  1. What is OCR, how does it work, and why doesn't it always read correctly?
  2. How do I use the XML export, and how do I check it?
  3. What does the CSV file need to look like for a smooth Form 3 import?
  4. How does licensing work, and what happens if I change computers?

Question 1What is OCR, how does it work, and why doesn't it always read correctly?

OCR (Optical Character Recognition) is software that looks at a picture of text and turns it into actual, editable text. In FAIRmark, you drag a box around a callout on the drawing — a dimension, a tolerance, a note — and OCR reads what's inside the box so you don't have to type it in by hand.

It runs entirely on your machine, offline. FAIRmark uses an open-source engine called Tesseract, bundled with the app; nothing is sent anywhere to be read. That's also why the first read after installing can feel like it "warms up" — the engine's language files load once and then stay ready.

What actually happens when you read a callout

  1. The app crops just the region you boxed, at high resolution.
  2. It converts that crop to grayscale and sharpens the contrast, so faint or low-DPI scans read more reliably.
  3. Tesseract reads the sharpened crop as a single block of text (not a whole page — that matters for accuracy; see below).
  4. FAIRmark's own parser then interprets the text: it finds the nominal value, splits out plus/minus tolerances, and recognizes prefixes like the diameter symbol (Ø), radius (R), spherical radius (SR), and a few others.
  5. The result lands in an editable verify panel — never applied directly — so you can fix anything before it's accepted onto the characteristic.

Why a read is sometimes wrong

OCR is pattern recognition, not comprehension — it's genuinely hard for any engine, and every OCR tool has this limitation, not just this one. The common causes:

What FAIRmark does about it

A boxed callout is read in single-block mode (the engine is told "this is one short block of text," not "read this like a paragraph"), which is far more reliable for a two- or three-line dimension than general-purpose page reading.

On top of that, the parser applies known-misread fallbacks: a leading O, Q, or D before a number becomes Ø; a stray leading zero that can't be a real number (like 012.5) becomes Ø too, while a genuine value like 0.5 is left alone. A lone + tolerance with no matching minus is offered as a symmetric ± preset. All of these are presets you can still edit — never silent corrections.

Getting a clean read

OCR quality depends heavily on the source drawing. A characteristic recorded on a First Article Inspection is a compliance record — always verify the read text against the actual drawing before accepting it, the way you'd check any measurement.

Question 2How do I use the XML export, and how do I check it?

Once your FAIR is complete — Forms 1, 2, and 3 filled in, drawing ballooned, results recorded — Export XML writes the entire report to a single AS9102-structured XML file: every Form 1 field, Form 2 row, and Form 3 characteristic, each tagged with its official field number.

What it's for

Worth knowing

SAE publishes AS9102 as a paper standard — three forms with numbered fields — not as an official XML schema, and Net-Inspect doesn't publish an open import specification either. FAIRmark's export is a structured, field-numbered XML built to carry everything on Forms 1–3 faithfully; if your customer's system expects a specific import format, ask them for their field mapping and we're happy to help align to it.

How to export

  1. Finish ballooning the drawing and filling in Forms 1 and 2.
  2. Click Export XML in the toolbar.
  3. Choose where to save — the file is named from your FAIR number or part number automatically.

How to check it — the XML Checker

FAIRmark ships a built-in XML Checker (a Pro-tier tool) specifically for this: click XML Checker in the toolbar, drop in the file you just exported, and it reads the file back and reports on exactly the things that get first articles sent back — before your customer ever sees it.

It checks, all offline, all locally:

It opens as its own window, reads the file you give it, and runs entirely on your machine — nothing is uploaded anywhere.

Two things are still worth doing on top of the checker: opening the file in a browser is a quick independent confirmation that it's well-formed (a broken file shows a parse error immediately) — though the checker already covers this — and if your customer's system has its own import validator (Net-Inspect and several QMS platforms do), the most reliable final check is simply importing the file there — that tells you directly whether it maps the way they expect.

Question 3What does the CSV file need to look like for a smooth Form 3 import?

If a customer or your own metrology equipment hands you a spreadsheet of measured results, you don't have to retype it. Form 3 → Import results (CSV) reads a CSV file and drops each measured value onto the matching characteristic automatically — filling the result, and optionally the tool, NCR number, and comment.

How the match works

Every row needs a way to say which characteristic this result belongs to. The import matches that value against each balloon's characteristic number exactly as it appears in FAIRmark — including the letter suffix on a combined bubble (so 3, 3a, and 3b are three different, matchable rows if you ballooned a quantity feature as 3a–3b).

Column layout

The import looks for a header row and reads column names flexibly — these are the exact names it recognizes, but close variants work too (e.g. characteristic, item, or no instead of char; measured, actual, or value instead of result):

ColumnRequired?What it fills
charRequiredThe characteristic number to match (e.g. 3, 3a)
resultRequiredThe measured value — Form 3's Results column
toolOptionalDesigned/qualified tooling used
ncrOptionalNon-conformance number, if the result failed
commentOptionalAdditional data / comments

If your file has no header row at all, the import falls back to a simple rule: first column is the characteristic number, second column is the result.

Example

char,result,tool,ncr,comment
1,10.052,CMM,,
2,0.501,Caliper,,
3,25.4,CMM,,
3a,25.3,CMM,,
3b,25.5,CMM,,NCR-1104,slightly over on this instance
4,Pass,Visual,,
FAIRmark-Form3-results-template.csv The example above, ready to open and edit with your own values.
Download
For a smooth import

Balloon the drawing before you import — the import matches against balloons that already exist and reports back anything it couldn't match, rather than creating new characteristics. Keep the characteristic column exact (including any letter suffix), and export your metrology equipment's results to CSV rather than retyping them, to avoid transcription mismatches.

What happens after you import

Question 4How does licensing work, and what happens if I change computers?

A FAIRmark licence is perpetual and node-locked: you buy it once, it never expires, and it's tied to one specific computer. There's no subscription and no recurring fee — the version you buy keeps working for good, fully offline, with no licence server to phone home to during normal use.

How activation works

Every computer has a unique Machine ID — a short code like FM-3MZ8-1EYF-4A9A that FAIRmark derives from the machine. You'll find it in the app under Help → License…. Licensing works like this:

  1. You send us that computer's Machine ID (during purchase, or on the activation page).
  2. We issue a licence file cryptographically bound to that exact Machine ID.
  3. You load it into FAIRmark once (Help → License… → Choose file…), and that computer is licensed — permanently, and offline from then on.

The licence is signed, so it only works on the machine it was issued for; copying the file to a different computer won't activate that one. This is what "node-locked" means, and it's why a computer change needs a deliberate transfer rather than just copying a file.

What happens if you change computers

This is fully supported, free, and unlimited — new PC, replacement hardware, or a fresh Windows install. Because the licence is tied to one machine, moving it is a two-part step: release the old computer, then activate the new one. The release step is what frees the seat, so you're never charged for and never locked out by a machine you've retired.

If you still have access to the old computer

  1. On the old computer: Help → License… → Release this computer. It shows a release code like RL-XXXX-XXXX-XXXX and drops that machine to read-only (your projects still open — you just can't create new FAIRs on it once released).
  2. On the new computer: read its Machine ID from Help → License….
  3. On the activation page, submit your order number, the old computer's Machine ID, the new computer's Machine ID, and the release code. We move the seat and issue a fresh licence file for the new machine.

If the old computer is dead, lost, or wiped

No problem, and you're not stuck — you just can't generate a release code from a machine you can't turn on. Contact us with your order number and the situation, and we'll release the old seat manually and issue a licence for the new computer. (We keep this step human rather than fully automatic on purpose, as a safeguard against abuse.)

Good to know

The Machine ID is derived from the computer, so a fresh Windows install or a major hardware change on the same PC can change it — Windows then looks like a "different" machine. Treat that exactly like a computer change: release before you wipe if you can, and if you couldn't, just contact us and we'll sort out the re-issue. Either way it's free.

Multi-seat and purchase-order licences

If you bought several seats on one order (for example via a purchase order), all those machines share the one order number, and each seat is licensed to its own Machine ID. A transfer moves one specific seat — that's why the process asks for the old Machine ID, so we know which seat is moving. Need more seats? Request a quotation and we'll add them to the same order.

Quick reference

This page covers the questions we're asked most; if something about OCR, the XML export, or CSV import isn't answered here, reach out through the contact page and we'll help directly — and likely add it here for the next person.