RTRDetectDocumentBoundaryMode enumeration
The type of document boundary detection and crop.
typedef NS_ENUM(NSUInteger, RTRDetectDocumentBoundaryMode) {
RTRDetectDocumentBoundaryModeDefault,
RTRDetectDocumentBoundaryModeFast,
};
Constants
Name | Description |
---|---|
RTRDetectDocumentBoundaryModeDefault |
[Default] Balanced mode, that combines optimal processing speed and high quality. |
RTRDetectDocumentBoundaryModeFast |
Fast mode, that signifies processing speed. |
02.03.2022 12:59:15