Skip to content

Commit 4f323ff

Browse files
committed
Add DonutImageProcessor
1 parent f21d185 commit 4f323ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/processors.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,6 +1209,7 @@ export class DonutFeatureExtractor extends ImageFeatureExtractor {
12091209
});
12101210
}
12111211
}
1212+
export class DonutImageProcessor extends DonutFeatureExtractor { } // NOTE extends DonutFeatureExtractor
12121213
export class NougatImageProcessor extends DonutFeatureExtractor { } // NOTE extends DonutFeatureExtractor
12131214

12141215
/**
@@ -2569,6 +2570,7 @@ export class AutoProcessor {
25692570
MaskFormerFeatureExtractor,
25702571
YolosFeatureExtractor,
25712572
DonutFeatureExtractor,
2573+
DonutImageProcessor,
25722574
NougatImageProcessor,
25732575
EfficientNetImageProcessor,
25742576

0 commit comments

Comments
 (0)