FormXDocumentRegionSizeFilter
public class FormXDocumentRegionSizeFilter : FormXDocumentRegionFilter
Filter out FormXDocumentRegion with size smaller than the threshold
-
Initialize a FormXDocumentRegionSizeFilter
Declaration
Swift
public init(sizeThreshold: Double? = nil)Parameters
sizeThresholdThe size threshold
-
Filter out FormXDocumentRegion with size smaller than the threshold
Declaration
Swift
public func filter(region: FormXDocumentRegion?) -> BoolParameters
regionThe FormXDocumentRegion to be filtered
FormXDocumentRegionSizeFilter Class Reference