Documentation Issue: MRZScannerViewConfig missing properties (cameraEnhancerUIPath, mrzFormatType)
Category: Accuracy
Severity: Warning
Found by: docs-updater review mode (2026-02-25)
SDK: MRZ Scanner JavaScript Edition
Finding IDs: A5, A6
Problem
Two properties from the MRZScannerViewConfig interface are present in the SDK source but missing from the docs:
cameraEnhancerUIPath?: string — Still exists in source alongside uiPath. The customization guide mentions "uiPath (formerly cameraEnhancerUIPath)" but the property is not documented in the API reference.
mrzFormatType?: EnumMRZDocumentType | Array<EnumMRZDocumentType> — Not listed in the syntax block or properties table at all.
Location
- Docs file:
api/mrz-scanner.md — MRZScannerViewConfig syntax block and properties table
Recommended Fix
- Document
cameraEnhancerUIPath as a deprecated alias of uiPath, or add a note that it still exists for backward compatibility.
- Add
mrzFormatType to the syntax block and properties table. Note the type difference from MRZScannerConfig (which only accepts Array<EnumMRZDocumentType>, while MRZScannerViewConfig also accepts a single value).
Documentation Issue: MRZScannerViewConfig missing properties (cameraEnhancerUIPath, mrzFormatType)
Category: Accuracy
Severity: Warning
Found by: docs-updater review mode (2026-02-25)
SDK: MRZ Scanner JavaScript Edition
Finding IDs: A5, A6
Problem
Two properties from the
MRZScannerViewConfiginterface are present in the SDK source but missing from the docs:cameraEnhancerUIPath?: string— Still exists in source alongsideuiPath. The customization guide mentions "uiPath (formerly cameraEnhancerUIPath)" but the property is not documented in the API reference.mrzFormatType?: EnumMRZDocumentType | Array<EnumMRZDocumentType>— Not listed in the syntax block or properties table at all.Location
api/mrz-scanner.md— MRZScannerViewConfig syntax block and properties tableRecommended Fix
cameraEnhancerUIPathas a deprecated alias ofuiPath, or add a note that it still exists for backward compatibility.mrzFormatTypeto the syntax block and properties table. Note the type difference fromMRZScannerConfig(which only acceptsArray<EnumMRZDocumentType>, whileMRZScannerViewConfigalso accepts a single value).