高级用户使用,在不使用字库进行词组识别前,可设定文字的列距,默认列距是1 @param col_gap 文字列距 @return 0:失败 1:成功
(int col_gap)
| 2289 | * @return 0:失败 1:成功 |
| 2290 | */ |
| 2291 | public int SetColGapNoDict(int col_gap){ |
| 2292 | return Dispatch.call(dm,"SetColGapNoDict",col_gap).getInt(); |
| 2293 | } |
| 2294 | |
| 2295 | /** |
| 2296 | * 设置字库文件<br/> |