From 7a878b188804a5351d4a71f2fd0ce9da3754cc19 Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Wed, 17 Jun 2026 23:45:41 -0700 Subject: [PATCH] Updated mrzFormatsFilter description Expanded description for mrzFormatsFilter option to clarify behavior when left empty. --- p-process.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/p-process.yml b/p-process.yml index 494e5d7..168e81c 100644 --- a/p-process.yml +++ b/p-process.yml @@ -367,7 +367,8 @@ components: type: boolean # default false mrzFormatsFilter: - description: "This option allows limiting MRZ formats to be recognized by specifying them in array." + description: "This option allows limiting MRZ formats to be recognized by specifying them in array. + If left empty, all MRZ formats will be recognized, except for 2x30, which is disabled by default." type: array items: $ref: "#/components/schemas/MRZFormat"