Skip to content

Commit aeac752

Browse files
authored
Update Addon_Camera.md
1 parent 15ea4b1 commit aeac752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info/api/Addon_Camera.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ interface ScanConfiguration{
837837
//After binding, display the video in the specified element, otherwise, display the video in full screen.
838838
scannerViewer?:{
839839
deviceId?: string,
840-
maxDocuments: number, //The maximum documents can be captured/loaded in to the buffer.
840+
maxDocuments?: number, //The maximum documents can be captured/loaded in to the buffer.
841841
enableBorderDetection?: boolean, // Whether to enable border detection. The default value is true.
842842
fullScreen?: boolean, //Whether to display the video in full screen. The default value is false.
843843
polygonStyle?:{ //The sytle of the auto detect border.

0 commit comments

Comments
 (0)