Documentation Issue: MRZData.age type should be number, not string
Category: Accuracy
Severity: Error
Found by: docs-updater review mode (2026-02-25)
SDK: MRZ Scanner JavaScript Edition
Finding ID: A1
Problem
The MRZData properties table lists age as type string, but the SDK source defines it as number.
Location
- Docs file:
api/mrz-scanner.md — MRZData Properties table
- Source file:
dist/types/views/utils/MRZParser.d.ts
Expected (from source)
[EnumMRZData.Age]: number
Actual (in docs)
age | string
Recommended Fix
Change the type of age from string to number in the MRZData properties table.
Documentation Issue: MRZData.age type should be
number, notstringCategory: Accuracy
Severity: Error
Found by: docs-updater review mode (2026-02-25)
SDK: MRZ Scanner JavaScript Edition
Finding ID: A1
Problem
The MRZData properties table lists
ageas typestring, but the SDK source defines it asnumber.Location
api/mrz-scanner.md— MRZData Properties tabledist/types/views/utils/MRZParser.d.tsExpected (from source)
[EnumMRZData.Age]: numberActual (in docs)
age|stringRecommended Fix
Change the type of
agefromstringtonumberin the MRZData properties table.