Detect layout from image file path
ffi.Pointer<ffi.Char> detectLayout( ffi.Pointer<ffi.Char> imgPath, double confThreshold) { return _detectLayout(imgPath, confThreshold); }