From fedd67d3780477f5e500ff224dd56143d6bc1dbc Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 14 Nov 2024 13:18:18 +0300 Subject: [PATCH 1/2] SP-19592: Add DTC --- common.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.yml b/common.yml index cdda9da..50a4f54 100644 --- a/common.yml +++ b/common.yml @@ -76,6 +76,7 @@ components: - "OcrFree" - "CreditCard" - "Capture" + - "DTC" x-enum-varnames: - "MRZ" - "BARCODE" @@ -95,6 +96,7 @@ components: - "OCR_FREE" - "CREDIT_CARD" - "CAPTURE" + - "DTC" x-enum-descriptions: - "Processing scenario for obtaining MRZ data" - "Processing scenario for obtaining barcode data" @@ -114,6 +116,7 @@ components: - "Processing scenario for obtaining OCR results of any image" - "Processing scenario for obtaining bank card data" - "Scenario for obtaining an original image without any processing" + - "Processing scenario for Digital Travel Credentials (DTC) processing" ImageData: type: object From 9face84ee3a0a4d6f8947ed4e655ea6eba17c072 Mon Sep 17 00:00:00 2001 From: Ihar Kliashchou Date: Mon, 25 Nov 2024 15:39:49 +0300 Subject: [PATCH 2/2] Update common.yml --- common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.yml b/common.yml index adc454c..17ff67b 100644 --- a/common.yml +++ b/common.yml @@ -116,7 +116,7 @@ components: - "Processing scenario for obtaining OCR results of any image" - "Processing scenario for obtaining bank card data" - "Scenario for obtaining an original image without any processing" - - "Processing scenario for Digital Travel Credentials (DTC) processing" + - "Processing scenario for Digital Travel Credentials (DTC-VC) data processing" ImageData: type: object