Enrollment closes and the scanner has produced four hundred files named scan0001.pdf through scan0400.pdf. Each one belongs to a different family, and the only thing distinguishing them is handwriting.
The short answer
The student's name is written on the form, which means the batch is separable without anyone opening it — but only once the handwriting has been read. A workflow uses the Read Details from File step with OCR to read the name and form type off each scan, the Rename step to name it accordingly, and the Move step to file it under that student. Forms it cannot read confidently go to a review folder rather than being filed under a guessed name, because a record filed under the wrong child is worse than one filed nowhere.
Steps this uses
Before and after
As they arrive
After the workflow
A scanner batch separated by the names written on the forms, with the one it could not read sent to review rather than guessed.
Setting it up
This is the sentence. Send it to the builder and the steps below appear on a canvas, wired and named, for you to change before anything runs.
When enrollment forms are scanned in, read the student name and the form type off each page, rename it by date and form, and file it under that student. Send anything it cannot read confidently to a review folder instead of guessing.
Whatever folder the scanner already writes to. The batch does not need separating first — that is the work being removed.
The Read Details from File step reads the handwritten name and the form type off each page. This is the whole mechanism; without it a batch of scans is four hundred identical-looking files.
Reading "Danyel Okafor" off a form is more useful when it can be matched to the roster entry for Daniel Okafor. Supplying the list of enrolled students turns near-misses into matches rather than new folders.
Ask a Person to Approve handles anything uncertain, with the proposed student shown. Handwriting varies enormously and the cost of a wrong match is high, so the threshold for asking should be low.
A form completed in block capitals reads reliably. The same form filled in quickly in cursive, or by someone whose first language uses different letterforms, often does not. This is not a reason to skip the automation — three hundred of four hundred separating themselves is still most of the work — but it is a reason to expect a review pile and to design for it rather than be surprised by it.
Reading a name from handwriting produces a best guess at a string. Matching that string against the list of students actually enrolled turns a fuzzy read into a decision between known options, which is a far easier problem. A form read as "Danyel" resolves to the enrolled Daniel; without the roster it creates a second folder that nobody notices for a year.
It separates a batch and files by student. It does not extract field values into a student information system, validate that a form is complete, or check that a required signature is present. Those are data-entry and review tasks. What it removes is the part where a person opens four hundred scans to find out whose each one is.
FAQ
By reading the student name written on each form with OCR and filing under that student, rather than opening each scan to identify it. Matching the read name against the enrolled roster is what makes it accurate — it turns a fuzzy handwriting read into a choice between known students.
Often, with uneven results. Block capitals read well, hurried cursive frequently does not. A realistic expectation is that most of a batch separates itself and a minority needs a person, which is still a large reduction from opening every file.
It goes to a review folder with the proposed match shown, rather than being filed under a guessed name. Filing a student record under the wrong child is considerably worse than leaving it unfiled, so the threshold for asking a person should be low.
No. It separates and files the documents. Extracting field values into an SIS is a data-entry task, and validating that a form is complete or properly signed is a review task. This removes the identification work that comes before both.
Separated by the name written on the form.
5 GB free · No credit card required