The words behind the signal.
Forty-two terms from the work of measuring handwriting: the sensors inside the pen, the signal processing that recovers a stroke from motion, the parts of an Indic akshara, and the machine learning that reads a hand it has never seen. Each one links to where we explain it properly.
No term matches that. Try a shorter word.
Sensing and hardware
What sits inside a pen that measures writing instead of just leaving ink.
- IMU (inertial measurement unit)
A single chip that combines an accelerometer and a gyroscope, so it reports both how fast its motion is changing and how it is rotating. It measures movement itself, with no camera, no special paper and no tablet underneath.
One IMU or two?- Dual-IMU sensing
Placing two inertial measurement units at different points along one rigid pen barrel. A single unit cannot tell a genuine tilt of the pen from the pen sliding across the page, because both produce a similar blend of acceleration and rotation. Two units separated by a known distance disagree in a way that resolves the ambiguity, which is what makes the tip path recoverable. Vahini's implementation is covered by Indian Patent No. 584433.
Why two beats one- Accelerometer
The sensor that measures acceleration along three axes. It anchors the pen's tilt, because gravity is a constant downward acceleration it can always see. Its difficulty is that gravity is roughly a thousand times larger than the writing signal it has to pull out.
Fighting gravity and drift- Gyroscope
The sensor that measures how fast the pen is rotating about each of three axes. It tracks turns accurately over short spans but accumulates heading error over longer ones, which is why it is paired with other sensors.
Why a compass is needed- Magnetometer
A three-axis compass that reads the Earth's magnetic field to give an absolute heading. An accelerometer and gyroscope together still drift slowly in the direction the pen points; the magnetometer supplies the fixed reference that zeroes that drift out. It needs careful calibration first, because nearby metal and electronics distort the field.
Cancelling magnetic noise- Force sensor
The pressure-sensing element under the pen tip. Its electrical resistance changes as the writer presses, which a circuit turns into a wavering analog voltage. It does two jobs: it measures how hard the writer presses, and it says exactly when the tip is touching paper, which is the anchor the rest of the reconstruction depends on.
Why a force sensor- MCU (microcontroller unit)
The small low-power processor that runs the pen. In the Vahini pen an ARM microcontroller with the Bluetooth radio on the same chip captures the motion samples, timestamps them and streams them out.
Pen specs and benchmarks- BLE (Bluetooth Low Energy)
The short-range radio standard the pen uses to stream sensor data to a phone or laptop. It is a different protocol from classic Bluetooth, built for small, frequent packets on a tiny power budget rather than for continuous audio.
BLE against classic Bluetooth- Sampling rate
How many times per second each sensor is read, measured in hertz. Useful handwriting motion lives below roughly 20 to 30 cycles per second, so sampling theory says anything above about 60 Hz captures it. The Vahini pen runs at 208 Hz, which leaves margin for sharp events such as the tip striking paper without the power, bandwidth and memory cost of going higher.
Choosing 208 Hz
Signals and reconstruction
Turning a stream of raw sensor numbers back into the stroke a person actually drew.
- Sensor fusion
Combining several imperfect sensors into one estimate that is better than any of them alone. Each sensor has a different failure mode, so a fusion filter weighs them against each other rather than trusting any single reading.
From motion to strokes- Kalman filter
A recursive estimator that maintains a running best guess of a system's state along with how uncertain that guess is, then updates both as each new measurement arrives. It is the standard workhorse for fusing accelerometer, gyroscope and magnetometer data into a stable orientation.
From motion to strokes- Drift
Slow accumulating error in a quantity derived by adding sensor readings up over time. A small constant bias in an accelerometer becomes a growing velocity error, and then a much faster growing position error. Almost every hard problem in motion-based handwriting capture is a drift problem.
Three enemies at once- Double integration
Adding acceleration up once to get velocity, then adding velocity up again to get position. It is the direct route from an accelerometer to a stroke path, and it is also why errors compound: any bias is multiplied twice over.
Recovering the velocity signal- Zero-velocity update
Resetting the velocity estimate to zero at a moment the system knows the tip is momentarily still, such as the start of a stroke or a pen lift. Each reset stops drift from carrying forward and keeps integration windows short.
Resetting the estimate- Intent detection (pen up, pen down)
Deciding moment to moment whether the pen is touching paper and inking or lifted and travelling. Much of a pen's motion is travel between letters and words, so getting this wrong draws phantom lines. It matters most for marks that sit away from the main stroke: the dot on an i, and the vowel signs and dots that hover above and below Indic aksharas.
Reading intent- Pen lift
A moment when the tip leaves the paper mid-word or between words. Counted and timed, pen lifts are one of the twenty handwriting factors, because frequent unplanned lifts indicate hesitation rather than flow.
The 20 factors- In-air time
How long the tip spends off the paper between strokes. It is invisible on a finished page and is one of the signals a motion-sensing pen adds that a scan of the same page cannot.
What the page hides- Pen-tip reconstruction
Recovering the path the tip actually traced from motion data alone. It has to overcome three things at once: drift from double integration, a gravity signal far larger than the writing signal, and the geometric fact that the sensors sit on the barrel rather than at the tip.
How the path is recovered- Velocity profile
How writing speed rises and falls across a stroke. Skilled writers show a recognisable rhythm, quick along straight runs and slowing into tight curves, so the shape of the profile says more about control than average speed does.
The velocity signal- Jerk
The rate at which acceleration itself changes. Smooth, practised handwriting has low jerk; a hesitant or effortful hand produces sharp spikes, which makes it a useful measure of motor control.
The rhythm of writing
Reading the written page
The measurable qualities the analyser scores, and the vocabulary used to describe them.
- Baseline
The invisible line letters are meant to sit on. Baseline alignment measures how consistently writing holds to it rather than drifting up or sagging down across a line.
The 20 factors- Ascenders and descenders
The parts of letters that rise above the main body, as in b, d and h, or drop below it, as in g, p and y. Consistent proportion between them is one sign of controlled letter formation.
The 20 factors- Slant
The angle at which letters lean. What is scored is consistency rather than any particular angle: an upright hand and a strongly sloped hand can both be perfectly controlled, while a slant that changes letter to letter is not.
The 20 factors- Stroke continuity
Whether the strokes making up a letter join cleanly or break apart. Broken, restarted strokes usually mean the writer is drawing letters rather than writing them.
The 20 factors- Line quality
The steadiness of the ink line itself: even and confident, or wavering, tremulous and repeatedly gone over.
The 20 factors- Legibility
Whether a reader can identify each character without relying on the surrounding words to guess it. It is scored separately from neatness, because writing can be tidy and still ambiguous.
The 20 factors- The 20 factors
Vahini's scoring model, twenty measurable qualities of handwriting grouped into structure, spacing and layout, movement and flow, and style and readability. Each is scored from an image, from pen motion, or from both.
See all twenty
Indic scripts
Why writing systems built from stacked, curved units are harder for handwriting AI than the Latin alphabet.
- Akshara
The basic written unit of most Indic scripts. An akshara is not a single letter but a consonant, optionally combined with other consonants and a vowel sign, written and read as one block. This is why counting characters in Telugu or Kannada is not the same operation as counting letters in English.
Indic handwriting OCR- Conjunct
Two or more consonants written as one combined shape rather than side by side. Conjuncts multiply the number of distinct forms a recogniser has to learn far beyond the size of the alphabet.
Indic handwriting OCR- Vattu
A subscript consonant mark written beneath the main consonant of a Telugu or Kannada akshara. Because it sits below the baseline and is often small, it is one of the parts generic OCR most reliably loses.
Indic handwriting OCR- Gunintham
A vowel sign attached to a consonant in Telugu, changing the vowel the akshara carries. Many guninthams are written above or beside the base after the pen has lifted, which is exactly where accurate intent detection matters.
Indic handwriting OCR
Handwriting, learning and health
What handwriting can and cannot indicate, stated carefully.
- Fine motor skill
Coordinated control of the small muscles of the hand and fingers. Handwriting is one of the most demanding fine motor tasks most people perform daily, which is why changes in motor control often show up in it early.
Why handwriting matters- Dysgraphia
A specific learning difficulty affecting written expression, including letter formation, spacing and the physical effort writing takes. Research consistently finds that the dynamics of writing, speed, pauses, pressure and in-air time, improve automated screening compared with looking at the finished page alone.
Handwriting as a signal- Dyslexia
A specific learning difficulty affecting reading, particularly the mapping between letters and sounds. It is distinct from dysgraphia, though the two often occur together.
How models screen for it- Dyspraxia
A developmental coordination difficulty affecting planned physical movement. Because handwriting is a planned motor sequence, coordination measures drawn from writing are used in screening research.
How models screen for it- Micrographia
Handwriting that becomes abnormally small, often shrinking across a line. It is an established early motor sign in Parkinson's disease and is one reason handwriting dynamics are studied clinically.
Handwriting as a signal
AI and recognition
The machine learning ideas behind reading a hand the model has never seen.
- OCR (optical character recognition)
Turning an image of text into machine-readable characters. Mature for printed type, much harder for handwriting, and harder again for handwritten Indic scripts where labelled training data is scarce.
Try the free reader- Handwritten text recognition
The handwriting-specific branch of OCR. Unlike printed type it has no fixed glyph shapes to match, so models learn the range of forms a character can take across many writers.
Try the free reader- Convolutional neural network
A neural network architecture built to read images by learning local visual patterns and combining them into larger ones. It is the standard approach for scoring letter formation and shape from a photograph of handwriting.
Where CNNs are used- Domain shift
The gap between the data a model was trained on and the data it meets in use. Handwriting varies so much between writers, pens, paper and lighting that a model trained on one group of writers often fails on the next, which is a leading reason strong laboratory results do not survive real users.
Reading an unseen hand- Domain adaptation
Techniques for closing that gap without collecting a fresh labelled dataset for every new setting. Domain-adversarial training, for example, pushes the model to discard writer-specific quirks and keep only what distinguishes one character from another.
Reading an unseen hand- Ground truth
The verified correct answer a model is trained and measured against. For handwriting that means pages where a human has recorded exactly what was written, which is slow to produce and the reason Indic handwriting datasets stay small.
Project Akshara
Now see the signal itself.
Upload one photo of handwriting and get the 20-factor breakdown these terms describe, free.