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

Method SetRowGapNoDict

src/pkgDm/Dm2Java.java:2350–2352  ·  view source on GitHub ↗

高级用户使用,在不使用字库进行词组识别前,可设定文字的行距,默认行距是1 @param row_gap 文字行距 @return 0: 失败 1: 成功

(int row_gap)

Source from the content-addressed store, hash-verified

2348 * @return 0: 失败 1: 成功
2349 */
2350 public int SetRowGapNoDict(int row_gap){
2351 return Dispatch.call(dm, "SetRowGapNoDict", row_gap).getInt();
2352 }
2353
2354 /**
2355 * 高级用户使用,在识别词组前,可设定词组间的间隔,默认的词组间隔是5

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected