类的使用
com.walker.openocr.table.CellObject
使用CellObject的程序包
程序包
说明
-
com.walker.openocr中CellObject的使用
类型参数类型为CellObject的com.walker.openocr中的字段 -
com.walker.openocr.table中CellObject的使用
类型参数类型为CellObject的com.walker.openocr.table中的字段修饰符和类型方法说明protected CellObjectTableObject.acquireTwoLineCell(CellObject cellObject) 获取两行单元格(值单元格)返回变量类型为CellObject的类型的com.walker.openocr.table中的方法修饰符和类型方法说明protected List<CellObject>TableObject.acquireTwoLineCellInfo(CellObject configurableCellObject) TableObject.getTableDataMap()返回解析的表格数据结果,map中: key = 业务配置的ID,value = 单元格对象参数类型为CellObject的com.walker.openocr.table中的方法修饰符和类型方法说明protected CellObjectTableObject.acquireTwoLineCell(CellObject cellObject) 获取两行单元格(值单元格)protected List<CellObject>TableObject.acquireTwoLineCellInfo(CellObject configurableCellObject) intCellObject.compareTo(CellObject o) -
com.walker.openocr.util中CellObject的使用
修饰符和类型方法说明static final CellObjectTableObjectUtils.findNextRowCell(CellObject current, List<CellObject> others, int lineHeight, int cellTolerance) 搜索下一行某个确定单元格(列),如:五羊-本田WH125T-9A两 / 轮摩托车返回变量类型为CellObject的类型的com.walker.openocr.util中的方法修饰符和类型方法说明static List<CellObject>TableObjectUtils.findNextRowInfo(CellObject current, List<CellObject> others, int lineHeight, int cellTolerance) 找到当前单元格下一行单元格集合参数类型为CellObject的com.walker.openocr.util中的方法修饰符和类型方法说明static final CellObjectTableObjectUtils.findNextRowCell(CellObject current, List<CellObject> others, int lineHeight, int cellTolerance) 搜索下一行某个确定单元格(列),如:五羊-本田WH125T-9A两 / 轮摩托车static List<CellObject>TableObjectUtils.findNextRowInfo(CellObject current, List<CellObject> others, int lineHeight, int cellTolerance) 找到当前单元格下一行单元格集合static final booleanTableObjectUtils.isInSameRow(CellObject source, CellObject target, int cellTolerance) 两个单元格是否在一行static final StringTableObjectUtils.parseCellTwoLineValue(CellObject currentValue, CellObject nextLineValue, boolean splitTitleValue) 解析两行文本块对应的值。static final StringTableObjectUtils.parseFullRowTwoLineValue(List<CellObject> rowData, CellObject current, List<CellObject> nextLineCells) 解析整行单元格值数据,可能包含两行。static final StringTableObjectUtils.parseSplitTitleAndValue(CellObject cellObject, boolean splitTitleValue) 类型变量类型为CellObject的com.walker.openocr.util中的方法参数修饰符和类型方法说明static final CellObjectTableObjectUtils.findNextRowCell(CellObject current, List<CellObject> others, int lineHeight, int cellTolerance) 搜索下一行某个确定单元格(列),如:五羊-本田WH125T-9A两 / 轮摩托车static List<CellObject>TableObjectUtils.findNextRowInfo(CellObject current, List<CellObject> others, int lineHeight, int cellTolerance) 找到当前单元格下一行单元格集合static final StringTableObjectUtils.parseFullRowTwoLineValue(List<CellObject> rowData, CellObject current, List<CellObject> nextLineCells) 解析整行单元格值数据,可能包含两行。static final voidTableObjectUtils.sortColumnCellList(List<CellObject> list) -
com.walker.openocr.vehicle中CellObject的使用
返回变量类型为CellObject的类型的com.walker.openocr.vehicle中的方法