From 30fce82241ce8c36ef0f61bb85a75a33977c39a1 Mon Sep 17 00:00:00 2001 From: Danila Kislitsyn <59931607+dangost@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:34:02 +0300 Subject: [PATCH] Change bool type to correct 'boolean' (#126) --- p-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p-process.yml b/p-process.yml index 2ebb24d..4f29435 100644 --- a/p-process.yml +++ b/p-process.yml @@ -186,7 +186,7 @@ components: faceApi: $ref: "./common.yml#/components/schemas/FaceApi" doDetectCan: - type: bool + type: boolean 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." imageOutputMaxHeight: type: integer