diff --git a/p-process.yml b/p-process.yml index 40c1b90..800fdb8 100644 --- a/p-process.yml +++ b/p-process.yml @@ -655,10 +655,6 @@ components: description: "This option enables colorness check while performing image quality validation." type: boolean # default: false - moireCheck: - description: "This option enables screen capture (moire patterns) check while performing image quality validation." - type: boolean - # default: false documentPositionIndent: description: "This parameter specifies the necessary margin. Default 0." type: integer diff --git a/rt-image-quality.yml b/rt-image-quality.yml index 34964d3..4a4e2f2 100644 --- a/rt-image-quality.yml +++ b/rt-image-quality.yml @@ -38,7 +38,6 @@ components: - 3 - 4 - 5 - - 6 - 7 - 9 x-enum-varnames: @@ -48,7 +47,6 @@ components: - "ImageColorness" - "Perspective" - "Bounds" - - "ScreenCapture" - "Portrait" - "Brightness" x-enum-descriptions: @@ -58,7 +56,6 @@ components: - "Signals if image is colorless" - "Signals if document in the image has prespective distortion above threshold" - "Signals if document is not fully present in the image" - - "Signals if an image is captured from screen" - "Signals if the portrait is present" - "Signals if the document image is bright enough"