DetectionMode enum
The type of document boundary detection and crop.
enum DetectionMode {
Default,
Fast
}
Constants
Name | Description |
---|---|
Default |
[Default] Balanced mode, that combines optimal processing speed and high quality. |
Fast |
Fast mode, that signifies processing speed. |
3/2/2022 12:59:15 PM