Making scanned manuals actually searchable
Running OCR over a scanned manual makes its words findable. It does not make the manual answerable, and the difference is where most of the work is. A maintenance question is nearly always asking for a value that sits inside a table or next to a label, and that relationship is the first thing a flat text layer destroys.
Every plant we have worked with has the same shelf. Binders for machines bought in the nineties, a photocopied section someone annotated by hand, a PDF that is a photograph of a page rather than a page. The knowledge is there. It is just not reachable by anyone who does not already know which binder.
The pitch for fixing this is usually "we will OCR it". Here is what that actually gets you, and what it does not.
What OCR gives you
Optical character recognition takes an image of a page and produces the characters on it, usually written back into the file as an invisible text layer behind the picture. The page still looks like a scan and is now searchable with a keyboard.
For a lot of purposes that is genuinely the whole job. If you know the phrase you are looking for, you can now find it. Filing, archiving and compliance retrieval are largely solved by this step.
Maintenance questions are not like that. Nobody stands at a machine thinking of a phrase. They think "what does this take", and the thing they need is a number that was never written as a sentence.
Where a flat text layer falls apart
Tables stop being tables
A specification table is a grid of relationships: this label, that value, those units. Read naively, it comes out as a run of words in reading order, and the relationship is gone. The characters are all present and the meaning is not. Ask which motor a machine takes and a flat layer can offer you every number on the page with equal confidence.
Recovering the grid is a separate problem from recognising the characters, and it is the one that decides whether a specification question can be answered at all.
Labels stop belonging to anything
The same problem in a smaller frame. A nameplate photograph is a set of label and value pairs arranged by position rather than by grammar. Lose the layout and you have a bag of words with a serial number somewhere in it.
Page boundaries stop meaning anything
A procedure that runs across a page break is one procedure. Chunk the text by length and it becomes two fragments, each of which looks complete and neither of which is. The half that says "do not do this while the spindle is energised" is the half that gets separated.
Bad scans fail quietly, which is the real problem
A creased, oily photocopy of a page that was already a photocopy will produce some text. It will not produce all of it, and nothing in the process announces that.
This is worse than an outright failure. A file that errors gets looked at. A file that returns fifty characters where it should have returned five hundred looks like a page that was mostly blank, and the missing information is now invisible to everyone downstream. Somebody asks a question the manual answers, gets told the documents do not cover it, and concludes the tool is not very good.
The control that helps is cheap: compare the recovered text against the area of the page and flag anything unusually sparse for a person to look at. It does not fix the scan. It tells you which forty pages out of four thousand are worth rescanning, which is the actionable version of the same information.
Our own limit here is stated plainly on the product: it will not read a scan that a person could not read. On a bad photocopy it returns what is legible and cites the page, so you can look at the original yourself rather than trusting a transcription you cannot see.
Citations are the part people skip
A number recovered from a scan carries more doubt than a number typed by a person, because there is an extra step where it could have gone wrong. A 3 and an 8 are one bad photocopy apart.
That doubt is manageable if the answer can be checked, and unmanageable if it cannot. So the locator has to survive the pipeline, and what the locator is depends on what the source was:
- A document cites a page. The reader opens that page and looks at the table with their own eyes.
- A voice note cites a timestamp range. The reader plays those eleven seconds rather than the whole handover.
- A photograph cites its filename. There is no page to point at. The reader opens the image and reads the plate.
This sounds like a detail and it is the whole difference between a tool people trust and one they check by hand until they stop using it. An answer nobody can verify has to be taken on faith, and nobody in maintenance takes a torque figure on faith.
What to do with the shelf
Practical order, based on what has actually worked:
- Do not re-file anything first. The instinct is to organise before indexing. It is a project that never finishes and it is not necessary. Point the process at where the documents already are.
- Start with the machines that stop production. Not the biggest binder. The one whose downtime costs the most per hour.
- Rescan by exception, not by default. Rescanning everything is a quarter of work. Rescanning the pages that came out sparse is an afternoon.
- Check ten answers by hand. Pick questions you already know the answer to and confirm the citations resolve to the right page. If they do, the rest is trustworthy for the same reason.
The shelf is not the problem. The problem is that the only index of it is in three people's heads, and two of them are on the late shift.