File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
lib/idp_common_pkg/idp_common/classification Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ class ClassificationService:
5454 # Classification method options
5555 MULTIMODAL_PAGE_LEVEL = "multimodalPageLevelClassification"
5656 TEXTBASED_HOLISTIC = "textbasedHolisticClassification"
57- MULTIMODAL_PAGE_BOUNDARY = "multimodalPageBoundaryClassification"
5857
5958 def __init__ (
6059 self ,
@@ -141,8 +140,6 @@ def __init__(
141140 # Log classification method
142141 if self .classification_method == self .TEXTBASED_HOLISTIC :
143142 logger .info ("Using textbased holistic packet classification method" )
144- elif self .classification_method == self .MULTIMODAL_PAGE_BOUNDARY :
145- logger .info ("Using multimodal page boundary classification method" )
146143 else :
147144 # Default to multimodal page-level classification if value is invalid
148145 if self .classification_method != self .MULTIMODAL_PAGE_LEVEL :
You can’t perform that action at this time.
0 commit comments