Skip to content

Commit 30fce82

Browse files
authored
Change bool type to correct 'boolean' (#126)
1 parent b4fbee0 commit 30fce82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ components:
186186
faceApi:
187187
$ref: "./common.yml#/components/schemas/FaceApi"
188188
doDetectCan:
189-
type: bool
189+
type: boolean
190190
description: "This parameter allows enabling the CAN (Card Access Number) detection and recognition when using scenarios with document location and MRZ reading, such as the MrzAndLocate scenario."
191191
imageOutputMaxHeight:
192192
type: integer

0 commit comments

Comments
 (0)