Skip to content

[Doc Review] MRZScannerViewConfig contradictory default and syntax error #52

@Tom-Dynamsoft

Description

@Tom-Dynamsoft

Documentation Issue: MRZScannerViewConfig code example issues

Category: Accuracy + Freshness
Severity: Warning
Found by: docs-updater review mode (2026-02-25)
SDK: MRZ Scanner JavaScript Edition
Finding IDs: A8, F8

Problem

Two issues in the MRZScannerViewConfig section of api/mrz-scanner.md:

  1. Contradictory default value for enableMultiFrameCrossFilter: The syntax code comment says // false by default but the example comment says // true by default. The customization guide confirms the default is true.
  2. Syntax error in example: showPoweredByDynamsoft: false; uses a semicolon instead of a comma inside the object literal (line ~224).

Location

  • Docs file: api/mrz-scanner.md — MRZScannerViewConfig Syntax block and Example

Recommended Fix

  1. Change the syntax block comment from // false by default to // true by default.
  2. Replace the semicolon after showPoweredByDynamsoft: false with a comma.

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