Skip to content

[Doc Review] MRZData.age type should be number, not string #47

@Tom-Dynamsoft

Description

@Tom-Dynamsoft

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationreview-findingFinding from automated documentation review

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions