WasmEdgesDetectionResultFlags enumeration
Internal status of the document boundary detection result.
export enum WasmEdgesDetectionResultFlags {
NotFound = 0,
Found = 1,
AspectRatioNotMatch = 2,
DocumentIsTooSmall = 4,
}
Constants
| Name | Description |
|---|---|
| NotFound | Boundary not found. |
| Found | Boundary was found successfully. |
| AspectRatioNotMatch | Found document boundary differ from defined aspect ratio. |
| DocumentIsTooSmall | Document is too far: boundary padding is more than acceptable. |
7/22/2024 1:11:06 PM