document_edge library

Typedefs

DetectEdgesFunction = Pointer<NativeDetectionResult> Function(Pointer<Utf8> imagePath)
process_image_function = Int8 Function(Pointer<Utf8> imagePath, Double topLeftX, Double topLeftY, Double topRightX, Double topRightY, Double bottomLeftX, Double bottomLeftY, Double bottomRightX, Double bottomRightY, Double rotation)
ProcessImageFunction = int Function(Pointer<Utf8> imagePath, double topLeftX, double topLeftY, double topRightX, double topRightY, double bottomLeftX, double bottomLeftY, double bottomRightX, double bottomRightY, double rotation)