New: your coding agent can read the release notes before it upgrades. Set up the MCP server →
Framework-agnostic Bangladesh NID OCR: image cropping, ML Kit text/barcode recognition, and regex/MRZ field extraction. No GetX/Riverpod/Bloc/Provider dependency.
Last release 1 months ago
09 Aug 2026
Too new to tell
only 1 dated releases
Nearly every release is documented
notes for 1 of 1 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
1 releases · first in 2026
One column per month.
Initial release. Ported from an existing production NID-scanning module as a framework-agnostic package (no GetX/Riverpod/Bloc/Provider dependency).
Initial release. Ported from an existing production NID-scanning module as a framework-agnostic package (no GetX/Riverpod/Bloc/Provider dependency).
NidOcr: scan() runs ML Kit text recognition (front + back) and PDF417
barcode scanning concurrently, then parses the result into structured NID
fields. extractRaw() exposes the unparsed OCR/barcode output.
cropToViewport() auto-crops a captured image to a card-shaped viewport.NidScanParser: pure-Dart regex/MRZ field extraction, usable standalone
against already-captured OCR text without ML Kit.NidCard, NidScanResult, RawNidScan: structured result models.NidOcrException hierarchy (TextRecognitionException,
BarcodeScanException, NidParsingException) — no dartz/Either.I<BGD anchor) parsing, and PDF417
barcode payload decoding, all specific to the Bangladesh NID format.See README.md for known limitations
(blood-group sign extraction, silent crop fallback, no default capture UI).
Your coding agent can read these notes before it upgrades. Set up the MCP server →