MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / SetMinRowGap

Method SetMinRowGap

src/pkgDm/Dm2Java.java:2341–2343  ·  view source on GitHub ↗

高级用户使用,在识别前,如果待识别区域有多行文字,可以设定行间距,默认的行间距是1, 如果根据情况设定,可以提高识别精度。一般不用设定。 @param min_row_gap 最小行间距 @return 0: 失败 1: 成功

(int min_row_gap)

Source from the content-addressed store, hash-verified

2339 * @return 0: 失败 1: 成功
2340 */
2341 public int SetMinRowGap(int min_row_gap){
2342 return Dispatch.call(dm, "SetMinRowGap", min_row_gap).getInt();
2343 }
2344
2345 /**
2346 * 高级用户使用,在不使用字库进行词组识别前,可设定文字的行距,默认行距是1

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected