detectTextFromPath method
Detect text regions only (without recognition)
Implementation
ffi.Pointer<ffi.Char> detectTextFromPath(
ffi.Pointer<ffi.Char> imgPath, double threshold) {
return _detectTextFromPath(imgPath, threshold);
}
Detect text regions only (without recognition)
ffi.Pointer<ffi.Char> detectTextFromPath(
ffi.Pointer<ffi.Char> imgPath, double threshold) {
return _detectTextFromPath(imgPath, threshold);
}