Pull the exact number
off any screen.
The SwipeScan app reads a number off your camera with one finger swipe. The free tools on this site go one step further: where a number carries a check digit, they recompute it and tell you whether it was read correctly.
One wrong digit in a nineteen-character string is not a typo. It is a different number entirely, and no spell-checker will ever catch it. That is the problem this solves.
Phone numbers · account numbers · tracking · serials · IMEI · VIN · IBAN · meters
Screen to clipboard in three moves
The app’s own screens, unretouched. The captions describe what each one actually shows.
Try it without installing anything
Drop in a screenshot with numbers in it. Same idea as the app, running in this tab, minus the camera.
Show everything the scan found
Reading it is easy. Knowing you read it right is not.
Text has redundancy — an engine that sees app1e can correct it to apple.
Digits have none, so there is nothing to correct toward. Whole-string accuracy is
(1 − CER)N, and it falls off a cliff:
A checksum does not make that 86% better. It makes the missing 14% visible instead of silent. The full explanation is here.
Has a check digit
We recompute it. Fails, and you know a character was misread before you use the number.
IMEI · Luhn
VIN · mod-11
IBAN · mod-97
No check digit
Nothing can verify these. We show what we read and say plainly that we cannot confirm it.
Meter readings
Serial numbers
MAC addresses
Your phone may already do it
For a paragraph of ordinary text, iOS Live Text and Google Lens are free, built in and very good. Use them. Come back when it is a long run of digits on a bad surface.
All the tools
Numbers only
Strip everything that is not a digit.
Screenshot to text
The whole capture, as plain text.
Copy-blocked text
When selection is disabled, the screenshot still reads.
IMEI Luhn ✓
Fifteen digits, verified against their own check digit.
VIN mod-11 ✓
Seventeen characters, the ninth checks the rest.
IBAN mod-97 ✓
Validated the way your bank validates it.
Utility meter
Seven-segment and dial faces, where Live Text struggles.
Compare the apps
What is actually on the App Store, with the real numbers.
The app does the part a web page cannot
The picker above already offers your camera, so the honest difference is narrower: the app lets you swipe a region on the shot it just took, keeps a paid history, works offline, and skips the 7 MB engine download every browser visit needs. Checksum verification lives here on the site, not in the app.