We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d054feb commit a1d511fCopy full SHA for a1d511f
lib/idp_common_pkg/idp_common/ocr/service.py
@@ -112,9 +112,7 @@ def __init__(
112
# Extract enhanced features (type-safe access)
113
features_config = self.config.ocr.features
114
if features_config:
115
- self.enhanced_features = [
116
- feature["name"] for feature in features_config
117
- ]
+ self.enhanced_features = [feature.name for feature in features_config]
118
else:
119
self.enhanced_features = False
120
0 commit comments