索引

A B C D E F G H I J L M N O P R S T V 
All Classes and Interfaces|常量字段值|所有程序包

A

AbstractFaceRecognize - com.walker.openocr中的类
 
AbstractFaceRecognize() - 类的构造器 com.walker.openocr.AbstractFaceRecognize
 
AbstractOcrLoader - com.walker.openocr中的类
 
AbstractOcrLoader() - 类的构造器 com.walker.openocr.AbstractOcrLoader
 
AbstractTableConfigLoader - com.walker.openocr.table中的类
 
AbstractTableConfigLoader() - 类的构造器 com.walker.openocr.table.AbstractTableConfigLoader
 
AbstractTextResolver<T,C> - com.walker.openocr中的类
 
AbstractTextResolver() - 类的构造器 com.walker.openocr.AbstractTextResolver
 
AbstractValueParser<T> - com.walker.openocr中的类
 
AbstractValueParser() - 类的构造器 com.walker.openocr.AbstractValueParser
 
acquireCellConfig(String, String, boolean, int, String, String, MultipleLine, String, boolean, int) - 类中的静态方法 com.walker.openocr.util.TableConfigUtils
 
acquireColumnConfig(String, String, int, String, MultipleLine, int) - 类中的静态方法 com.walker.openocr.util.TableConfigUtils
 
acquireTextBlock(JsonNode) - 类中的静态方法 com.walker.openocr.util.BaiduOcrUtils
从json结果(OCR识别返回的JSON字符串文本)中,把每个字快生成一个对象。
acquireTwoLineCell(CellObject) - 类中的方法 com.walker.openocr.table.TableObject
获取两行单元格(值单元格)
acquireTwoLineCellInfo(CellObject) - 类中的方法 com.walker.openocr.table.TableObject
 
addCellConfig(CellConfigItem) - 类中的方法 com.walker.openocr.table.TableConfig
 
addColumnConfig(ColumnConfigItem) - 类中的方法 com.walker.openocr.table.TableConfig
 
AddressValueParser - com.walker.openocr.vehicle中的类
所有人所在地址属性值解析器实现。
AddressValueParser() - 类的构造器 com.walker.openocr.vehicle.AddressValueParser
 
addTextBlock(TextBlock) - 类中的方法 com.walker.openocr.idcard.IdCardObject
 
addTextBlock(TextBlock) - 类中的方法 com.walker.openocr.RecognizeResult
 
addTextBlock(TextBlock) - 类中的方法 com.walker.openocr.table.TableObject
 
ALIGN_CENTER - 类中的静态变量 com.walker.openocr.table.ConfigItem
 
ALIGN_LEFT - 类中的静态变量 com.walker.openocr.table.ConfigItem
 

B

BaiduFaceRecognize - com.walker.openocr.support中的类
 
BaiduFaceRecognize() - 类的构造器 com.walker.openocr.support.BaiduFaceRecognize
 
BaiduOcrLoader - com.walker.openocr.support中的类
 
BaiduOcrLoader() - 类的构造器 com.walker.openocr.support.BaiduOcrLoader
 
BaiduOcrUtils - com.walker.openocr.util中的类
 
BaiduOcrUtils() - 类的构造器 com.walker.openocr.util.BaiduOcrUtils
 

C

calculateValue() - 类中的方法 com.walker.openocr.idcard.IdCardObject
 
calculateValue() - 类中的方法 com.walker.openocr.RecognizeResult
计算标题对应的值。
calculateValue() - 类中的方法 com.walker.openocr.table.TableObject
计算标题对应的值。
calculateValue() - 类中的方法 com.walker.openocr.vehicle.VehicleLicenseTable
 
CarTypeValueParser - com.walker.openocr.vehicle中的类
车辆类型属性值解析实现。
CarTypeValueParser() - 类的构造器 com.walker.openocr.vehicle.CarTypeValueParser
 
CellConfigItem - com.walker.openocr.table中的类
 
CellConfigItem() - 类的构造器 com.walker.openocr.table.CellConfigItem
 
CellObject - com.walker.openocr.table中的类
表格中,一个单元格定义。
CellObject() - 类的构造器 com.walker.openocr.table.CellObject
 
checkFaceClient() - 类中的方法 com.walker.openocr.support.BaiduFaceRecognize
 
COLON_EN - 类中的静态变量 com.walker.openocr.Constants
 
COLON_ZH - 类中的静态变量 com.walker.openocr.Constants
 
ColumnConfigItem - com.walker.openocr.table中的类
 
ColumnConfigItem() - 类的构造器 com.walker.openocr.table.ColumnConfigItem
 
com.walker.openocr - 程序包 com.walker.openocr
 
com.walker.openocr.idcard - 程序包 com.walker.openocr.idcard
 
com.walker.openocr.oil - 程序包 com.walker.openocr.oil
 
com.walker.openocr.support - 程序包 com.walker.openocr.support
 
com.walker.openocr.table - 程序包 com.walker.openocr.table
 
com.walker.openocr.table.config - 程序包 com.walker.openocr.table.config
 
com.walker.openocr.util - 程序包 com.walker.openocr.util
 
com.walker.openocr.vehicle - 程序包 com.walker.openocr.vehicle
 
COMMA_EN - 类中的静态变量 com.walker.openocr.util.TextUtils
 
COMMA_ZH - 类中的静态变量 com.walker.openocr.util.TextUtils
 
compareTo(CellObject) - 类中的方法 com.walker.openocr.table.CellObject
 
ConfigItem - com.walker.openocr.table中的类
表格配置文件中,一个通用的(行、列)配置项定义。
ConfigItem() - 类的构造器 com.walker.openocr.table.ConfigItem
 
Constants - com.walker.openocr中的类
 
Constants() - 类的构造器 com.walker.openocr.Constants
 
containTableKeyNot(List<TextBlock>, List<String>) - 类中的静态方法 com.walker.openocr.util.TableObjectUtils
给定文本集合中,是否包含应该排除的关键词。

D

DATE_SEPARATOR_LEAN_LINE - 类中的静态变量 com.walker.openocr.util.TextUtils
 
DATE_SEPARATOR_MIDDLE_LINE - 类中的静态变量 com.walker.openocr.util.TextUtils
 
detect(String, String, Object) - 接口中的方法 com.walker.openocr.FaceRecognize
人脸检测
detect(String, String, Object) - 类中的方法 com.walker.openocr.support.BaiduFaceRecognize
 
doLoadContent(Object) - 类中的方法 com.walker.openocr.table.AbstractTableConfigLoader
 
doLoadContent(Object) - 类中的方法 com.walker.openocr.table.config.FileConfigLoader
 
doLoadContent(Object) - 类中的方法 com.walker.openocr.table.config.StreamConfigLoader
 
doResolveGeneric(List<TextBlock>, List<C>) - 类中的方法 com.walker.openocr.AbstractTextResolver
 
doResolveGeneric(List<TextBlock>, List<IdCardConfig>) - 类中的方法 com.walker.openocr.idcard.IdCardTextResolver
 
doResolveGeneric(List<TextBlock>, List<TableConfig>) - 类中的方法 com.walker.openocr.table.TableTextResolver
 
doResolveIdCard(List<TextBlock>, List<C>) - 类中的方法 com.walker.openocr.AbstractTextResolver
 
doResolveIdCard(List<TextBlock>, List<IdCardConfig>) - 类中的方法 com.walker.openocr.idcard.IdCardTextResolver
 
doResolveIdCard(List<TextBlock>, List<TableConfig>) - 类中的方法 com.walker.openocr.table.TableTextResolver
 
doResolveTable(List<TextBlock>, List<C>) - 类中的方法 com.walker.openocr.AbstractTextResolver
 
doResolveTable(List<TextBlock>, List<IdCardConfig>) - 类中的方法 com.walker.openocr.idcard.IdCardTextResolver
 
doResolveTable(List<TextBlock>, List<TableConfig>) - 类中的方法 com.walker.openocr.oil.OilPrintResolver
已过时。
 
doResolveTable(List<TextBlock>, List<TableConfig>) - 类中的方法 com.walker.openocr.table.TableTextResolver
 
doResolveTable(List<TextBlock>, List<TableConfig>) - 类中的方法 com.walker.openocr.vehicle.VehicleLicenseResolver
 

E

EMPTY_VALUE - 类中的静态变量 com.walker.openocr.util.TextUtils
 
equals(Object) - 类中的方法 com.walker.openocr.table.CellObject
 
equals(Object) - 类中的方法 com.walker.openocr.table.ConfigItem
 
EQUALS - 类中的静态变量 com.walker.openocr.Constants
 

F

FaceDetectResult - com.walker.openocr中的类
 
FaceDetectResult() - 类的构造器 com.walker.openocr.FaceDetectResult
 
FaceItem - com.walker.openocr.util中的类
描述:
FaceItem() - 类的构造器 com.walker.openocr.util.FaceItem
 
FaceMatchResult - com.walker.openocr中的类
 
FaceMatchResult() - 类的构造器 com.walker.openocr.FaceMatchResult
 
FaceRecognize - com.walker.openocr中的接口
人脸识别规范定义。
FaceUtils - com.walker.openocr.util中的类
描述:
FaceUtils() - 类的构造器 com.walker.openocr.util.FaceUtils
 
FileConfigLoader - com.walker.openocr.table.config中的类
 
FileConfigLoader() - 类的构造器 com.walker.openocr.table.config.FileConfigLoader
 
FileReaderUtils - com.walker.openocr.util中的类
 
FileReaderUtils() - 类的构造器 com.walker.openocr.util.FileReaderUtils
 
findConfigItem(String) - 类中的方法 com.walker.openocr.table.TableConfig
查找是否存在匹配的配置对象(单元格或列对象)
findNextRowCell(CellObject, List<CellObject>, int, int) - 类中的静态方法 com.walker.openocr.util.TableObjectUtils
搜索下一行某个确定单元格(列),如:五羊-本田WH125T-9A两 / 轮摩托车
findNextRowInfo(CellObject, List<CellObject>, int, int) - 类中的静态方法 com.walker.openocr.util.TableObjectUtils
找到当前单元格下一行单元格集合
flowTableObject(TableObject, TableConfig, List<TextBlock>) - 类中的方法 com.walker.openocr.table.TableTextResolver
把处理流程组合到一起调用计算并填充表格结果对象。
formatText(String) - 类中的静态方法 com.walker.openocr.util.TableObjectUtils
格式化识别文本,把必要的中文符号转成英文。

G

getAddress() - 类中的方法 com.walker.openocr.idcard.IdCardObject
 
getAge() - 类中的方法 com.walker.openocr.FaceDetectResult
 
getAlign() - 类中的方法 com.walker.openocr.table.ConfigItem
 
getApiKey() - 类中的方法 com.walker.openocr.support.BaiduFaceRecognize
 
getApiKey() - 类中的方法 com.walker.openocr.support.BaiduOcrLoader
 
getAppId() - 类中的方法 com.walker.openocr.support.BaiduFaceRecognize
 
getAppId() - 类中的方法 com.walker.openocr.support.BaiduOcrLoader
 
getBirthday() - 类中的方法 com.walker.openocr.idcard.IdCardObject
 
getCardNo() - 类中的方法 com.walker.openocr.idcard.IdCardObject
 
getCellConfig(String) - 类中的方法 com.walker.openocr.table.TableConfig
 
getCellConfigItem() - 类中的方法 com.walker.openocr.table.CellObject
 
getCellConfigItem(String) - 类中的方法 com.walker.openocr.table.TableConfig
根据单元格配置ID,返回配置项。
getCellTolerance() - 类中的方法 com.walker.openocr.idcard.IdCardConfig
 
getCellTolerance() - 类中的方法 com.walker.openocr.table.TableConfig
 
getClasspathInputStream(String) - 类中的静态方法 com.walker.openocr.util.FileReaderUtils
 
getColumnConfig(String) - 类中的方法 com.walker.openocr.table.TableConfig
 
getDataType() - 类中的方法 com.walker.openocr.table.ConfigItem
 
getDateEnd() - 类中的方法 com.walker.openocr.idcard.IdCardObject
 
getDateStart() - 类中的方法 com.walker.openocr.idcard.IdCardObject
 
getDestToken() - 类中的方法 com.walker.openocr.FaceMatchResult
获得目标人脸图像token
getEndFlag() - 类中的方法 com.walker.openocr.table.CellConfigItem
 
getEndPosition() - 类中的方法 com.walker.openocr.TextBlock
 
getFaceNum() - 类中的方法 com.walker.openocr.FaceDetectResult
 
getFaceProbability() - 类中的方法 com.walker.openocr.FaceDetectResult
 
getFaceToken() - 类中的方法 com.walker.openocr.FaceDetectResult
 
getFaceToken() - 类中的方法 com.walker.openocr.util.FaceItem
 
getFaceType() - 类中的方法 com.walker.openocr.FaceDetectResult
 
getFaceTypeProbability() - 类中的方法 com.walker.openocr.FaceDetectResult
 
getFileLines(InputStream) - 类中的静态方法 com.walker.openocr.util.FileReaderUtils
 
getFileLines(String) - 类中的静态方法 com.walker.openocr.util.FileReaderUtils
读文本内容,按行读取,返回集合。
getGender() - 类中的方法 com.walker.openocr.FaceDetectResult
 
getHeight() - 类中的方法 com.walker.openocr.FaceDetectResult
 
getId() - 类中的方法 com.walker.openocr.table.CellObject
 
getId() - 类中的方法 com.walker.openocr.table.ConfigItem
 
getIdCardFrontKeys() - 类中的方法 com.walker.openocr.idcard.IdCardConfig
 
getImageBase64(String) - 类中的静态方法 com.walker.openocr.util.FaceUtils
 
getIndex() - enum class中的方法 com.walker.openocr.MultipleLine
 
getIndex() - enum class中的方法 com.walker.openocr.OcrType
 
getLeft() - 类中的方法 com.walker.openocr.FaceDetectResult
 
getLiveScore() - 类中的方法 com.walker.openocr.util.FaceItem
 
getMinValueSize() - 类中的方法 com.walker.openocr.table.CellConfigItem
 
getMinValueSize() - 类中的方法 com.walker.openocr.table.CellObject
返回配置的该单元格值,最小字符串数量。
getMultiLineTolerance() - 类中的方法 com.walker.openocr.idcard.IdCardConfig
 
getMultiLineTolerance() - 类中的方法 com.walker.openocr.table.TableConfig
 
getMultipleLine() - 类中的方法 com.walker.openocr.table.ConfigItem
 
getName() - 类中的方法 com.walker.openocr.AbstractValueParser
 
getName() - 类中的方法 com.walker.openocr.idcard.IdCardObject
 
getName() - 类中的方法 com.walker.openocr.table.ConfigItem
 
getName() - 接口中的方法 com.walker.openocr.ValueParser
返回属性名字
getNation() - 类中的方法 com.walker.openocr.idcard.IdCardObject
 
getOcrType() - 类中的方法 com.walker.openocr.AbstractTextResolver
 
getOcrType() - 接口中的方法 com.walker.openocr.TextResolver
 
getOrderColumn() - 类中的方法 com.walker.openocr.table.CellObject
 
getOrderNum() - 类中的方法 com.walker.openocr.table.ConfigItem
 
getRecognizeConfig() - 类中的方法 com.walker.openocr.idcard.IdCardObject
 
getRecognizeConfig() - 类中的方法 com.walker.openocr.RecognizeResult
返回对象(配置)类别,如:TableConfig / IdCardConfig。
getRecognizeConfig() - 类中的方法 com.walker.openocr.table.TableObject
 
getRemoveColumnsName() - 类中的方法 com.walker.openocr.table.TableConfig
 
getRowNum() - 类中的方法 com.walker.openocr.table.CellObject
 
getRowTotal() - 类中的方法 com.walker.openocr.table.ColumnConfigItem
 
getScore() - 类中的方法 com.walker.openocr.FaceMatchResult
对比人脸结果评分,推荐阈值80分
getScore() - 类中的方法 com.walker.openocr.TextBlock
 
getSecretKey() - 类中的方法 com.walker.openocr.support.BaiduFaceRecognize
 
getSecretKey() - 类中的方法 com.walker.openocr.support.BaiduOcrLoader
 
getSex() - 类中的方法 com.walker.openocr.idcard.IdCardObject
 
getSignOffice() - 类中的方法 com.walker.openocr.idcard.IdCardObject
 
getSimpleSimilarScore(String, String) - 类中的静态方法 com.walker.openocr.util.TableConfigUtils
返回给定字符串与对比字符串(configName)的匹配度分值:0~1
getSource() - 类中的方法 com.walker.openocr.table.CellObject
 
getSrcToken() - 类中的方法 com.walker.openocr.FaceMatchResult
获得原始人脸图像token
getStartPosition() - 类中的方法 com.walker.openocr.TextBlock
 
getSummary() - 类中的方法 com.walker.openocr.util.FaceItem
 
getTableDataMap() - 类中的方法 com.walker.openocr.table.TableObject
返回解析的表格数据结果,map中: key = 业务配置的ID,value = 单元格对象
getTableDataMap() - 类中的方法 com.walker.openocr.vehicle.VehicleLicenseTable
 
getTableTitle() - 类中的方法 com.walker.openocr.table.TableConfig
 
getTableTitleNotKey() - 类中的方法 com.walker.openocr.table.TableConfig
 
getTableTypeKeys() - 类中的方法 com.walker.openocr.table.TableConfig
 
getText() - 类中的方法 com.walker.openocr.TextBlock
 
getTitleTolerance() - 类中的方法 com.walker.openocr.table.TableConfig
 
getTop() - 类中的方法 com.walker.openocr.FaceDetectResult
 
getTotalRows() - 类中的方法 com.walker.openocr.idcard.IdCardConfig
 
getType(String) - enum class中的静态方法 com.walker.openocr.MultipleLine
 
getType(String) - enum class中的静态方法 com.walker.openocr.OcrType
 
getValue() - 类中的方法 com.walker.openocr.table.CellObject
 
getValue(Object) - 接口中的方法 com.walker.openocr.ValueParser
返回属性对应的具体值,通过一定算法或者规范来计算出可能的结果值。
getValue(Object) - 类中的方法 com.walker.openocr.vehicle.AddressValueParser
 
getValue(Object) - 类中的方法 com.walker.openocr.vehicle.CarTypeValueParser
 
getValue(Object) - 类中的方法 com.walker.openocr.vehicle.IdValueParser
 
getValue(Object) - 类中的方法 com.walker.openocr.vehicle.PlateValueParser
 
getWidth() - 类中的方法 com.walker.openocr.FaceDetectResult
 

H

hashCode() - 类中的方法 com.walker.openocr.table.CellObject
 
hashCode() - 类中的方法 com.walker.openocr.table.ConfigItem
 

I

IdCardConfig - com.walker.openocr.idcard中的类
身份证解析配置对象,身份证解析过程只需要一个配置全局对象,无需重复创建。
IdCardConfig() - 类的构造器 com.walker.openocr.idcard.IdCardConfig
 
IdCardObject - com.walker.openocr.idcard中的类
 
IdCardObject(IdCardConfig) - 类的构造器 com.walker.openocr.idcard.IdCardObject
 
IdCardTextResolver - com.walker.openocr.idcard中的类
 
IdCardTextResolver() - 类的构造器 com.walker.openocr.idcard.IdCardTextResolver
 
IdValueParser - com.walker.openocr.vehicle中的类
车辆识别码属性值解析实现。
IdValueParser() - 类的构造器 com.walker.openocr.vehicle.IdValueParser
 
isCellConfigItem(CellConfigItem, String, TableConfig) - 类中的静态方法 com.walker.openocr.util.TableConfigUtils
 
isConfigFullRow() - 类中的方法 com.walker.openocr.table.CellObject
返回:是否完整一行单元格
isConfigMoreLine() - 类中的方法 com.walker.openocr.table.CellObject
 
isConfigNoneCell() - 类中的方法 com.walker.openocr.table.CellObject
返回:是不是一个单元格,有些数据不在格子里,需要按照规则拆分标题和值。
isConfigSingleLine() - 类中的方法 com.walker.openocr.table.CellObject
 
isConfigTwoLine() - 类中的方法 com.walker.openocr.table.CellObject
 
isConfigurable() - 类中的方法 com.walker.openocr.table.CellObject
判断该单元格是否匹配到表格配置项中,如果匹配了说明是用户需要的关键单元格(标题)
isEmpty(Object) - 类中的静态方法 com.walker.openocr.util.TextUtils
 
isFullRow() - 类中的方法 com.walker.openocr.table.CellConfigItem
 
isGlasses() - 类中的方法 com.walker.openocr.FaceDetectResult
 
isInSameRow(CellObject, CellObject, int) - 类中的静态方法 com.walker.openocr.util.TableObjectUtils
两个单元格是否在一行
isNoneCell() - 类中的方法 com.walker.openocr.table.CellConfigItem
 
isSmile() - 类中的方法 com.walker.openocr.FaceDetectResult
 
isTypeValue(Object) - 接口中的方法 com.walker.openocr.ValueParser
判断给定的属性值是否该类型值,如:车牌号等
isTypeValue(Object) - 类中的方法 com.walker.openocr.vehicle.AddressValueParser
 
isTypeValue(Object) - 类中的方法 com.walker.openocr.vehicle.CarTypeValueParser
 
isTypeValue(Object) - 类中的方法 com.walker.openocr.vehicle.IdValueParser
 
isTypeValue(Object) - 类中的方法 com.walker.openocr.vehicle.PlateValueParser
 

J

jsonStringToObject(String, Class<T>) - 类中的静态方法 com.walker.openocr.util.JsonUtils
 
jsonStringToObjectNode(String) - 类中的静态方法 com.walker.openocr.util.JsonUtils
 
JsonUtils - com.walker.openocr.util中的类
 
JsonUtils() - 类的构造器 com.walker.openocr.util.JsonUtils
 

L

LEFT_PARENTHESES - 类中的静态变量 com.walker.openocr.Constants
 
LEFT_PARENTHESES_EN - 类中的静态变量 com.walker.openocr.Constants
 
LINE_MAYBE_TWO - enum class中的静态变量 com.walker.openocr.MultipleLine
 
LINE_MORE - enum class中的静态变量 com.walker.openocr.MultipleLine
 
LINE_NONE - enum class中的静态变量 com.walker.openocr.MultipleLine
 
LINE_TWO - enum class中的静态变量 com.walker.openocr.MultipleLine
 
load(Object) - 类中的方法 com.walker.openocr.table.AbstractTableConfigLoader
 
load(Object) - 接口中的方法 com.walker.openocr.table.TableConfigLoader
加载表格配置信息。
loadText(byte[], HashMap<String, String>) - 接口中的方法 com.walker.openocr.OcrLoader
返回识别后的文本结果集合
loadText(byte[], HashMap<String, String>) - 类中的方法 com.walker.openocr.support.BaiduOcrLoader
 
loadText(String, HashMap<String, String>) - 接口中的方法 com.walker.openocr.OcrLoader
返回识别后的文本结果集合
loadText(String, HashMap<String, String>) - 类中的方法 com.walker.openocr.support.BaiduOcrLoader
 
logger - 类中的变量 com.walker.openocr.AbstractFaceRecognize
 
logger - 类中的变量 com.walker.openocr.AbstractOcrLoader
 
logger - 类中的变量 com.walker.openocr.AbstractTextResolver
 
logger - 类中的变量 com.walker.openocr.AbstractValueParser
 
logger - 类中的变量 com.walker.openocr.RecognizeResult
 
logger - 类中的变量 com.walker.openocr.table.AbstractTableConfigLoader
 

M

mapToObjectNode(Map<String, Object>) - 类中的静态方法 com.walker.openocr.util.JsonUtils
 
matchTwoFace(FaceItem, FaceItem) - 接口中的方法 com.walker.openocr.FaceRecognize
 
matchTwoFace(FaceItem, FaceItem) - 类中的方法 com.walker.openocr.support.BaiduFaceRecognize
 
matchTwoImageBase64(String, String) - 接口中的方法 com.walker.openocr.FaceRecognize
对比两张照片,判断是否同一人
matchTwoImageBase64(String, String) - 类中的方法 com.walker.openocr.support.BaiduFaceRecognize
 
matchTwoImageBase64(String, String, String) - 接口中的方法 com.walker.openocr.FaceRecognize
对比两张照片,判断是否同一人,增加了一个输入参数(活体级别)
matchTwoImageBase64(String, String, String) - 类中的方法 com.walker.openocr.support.BaiduFaceRecognize
 
matchTwoImageFile(String, String) - 接口中的方法 com.walker.openocr.FaceRecognize
 
matchTwoImageFile(String, String) - 类中的方法 com.walker.openocr.support.BaiduFaceRecognize
 
MaybeTwoLine - enum class 中的枚举常量 com.walker.openocr.MultipleLine
 
More - enum class 中的枚举常量 com.walker.openocr.MultipleLine
 
MultipleLine - com.walker.openocr中的Enum Class
单元格多行类别定义。

N

None - enum class 中的枚举常量 com.walker.openocr.MultipleLine
 

O

objectMapper - 类中的静态变量 com.walker.openocr.util.JsonUtils
 
objectToBytes(Object) - 类中的静态方法 com.walker.openocr.util.JsonUtils
 
objectToJsonString(Object) - 类中的静态方法 com.walker.openocr.util.JsonUtils
把java对象转换为JSON字符串
OcrLoader - com.walker.openocr中的接口
OCR识别接口规范。
OcrType - com.walker.openocr中的Enum Class
定义OCR服务类型,该参数会传入到:OpenOCR服务确认哪种模型数据。
OilPrintResolver - com.walker.openocr.oil中的类
已过时。
OilPrintResolver() - 类的构造器 com.walker.openocr.oil.OilPrintResolver
已过时。
 
otherCellObjectList - 类中的变量 com.walker.openocr.table.TableObject
 

P

parseCellTwoLineValue(CellObject, CellObject, boolean) - 类中的静态方法 com.walker.openocr.util.TableObjectUtils
解析两行文本块对应的值。
parseDoubleDateWithNumber(String) - 类中的静态方法 com.walker.openocr.util.TextUtils
从字符串中解析出来两个数字日期。
parseFirstMoneyNumber(String) - 类中的静态方法 com.walker.openocr.util.TextUtils
从字符串中解析出来遇到的第一个数字金额。
parseFullRowTwoLineValue(List<CellObject>, CellObject, List<CellObject>) - 类中的静态方法 com.walker.openocr.util.TableObjectUtils
解析整行单元格值数据,可能包含两行。
parseSplitTitleAndValue(CellObject, boolean) - 类中的静态方法 com.walker.openocr.util.TableObjectUtils
 
PlateValueParser - com.walker.openocr.vehicle中的类
机动车车牌属性解析器实现,能判断给定值是否车牌号码。
PlateValueParser() - 类的构造器 com.walker.openocr.vehicle.PlateValueParser
 
printRowCache() - 类中的方法 com.walker.openocr.RecognizeResult
 
printRowCache() - 类中的方法 com.walker.openocr.table.TableObject
 
printRowCache() - 类中的方法 com.walker.openocr.vehicle.VehicleLicenseTable
 

R

RecognizeResult<T> - com.walker.openocr中的类
识别解析结果对象定义,方便抽象复用代码。
RecognizeResult() - 类的构造器 com.walker.openocr.RecognizeResult
 
removeKeys(String, String) - 类中的静态方法 com.walker.openocr.util.TextUtils
把原始字符串中移除给定的关键词集合。
resolve(List<TextBlock>, List<C>) - 类中的方法 com.walker.openocr.AbstractTextResolver
 
resolve(List<TextBlock>, List<C>) - 接口中的方法 com.walker.openocr.TextResolver
解析成特定的对象。
RIGHT_PARENTHESES - 类中的静态变量 com.walker.openocr.Constants
 
RIGHT_PARENTHESES_EN - 类中的静态变量 com.walker.openocr.Constants
 
rowCache - 类中的变量 com.walker.openocr.RecognizeResult
 

S

saveJson2File(String, String) - 类中的静态方法 com.walker.openocr.util.FileReaderUtils
 
setAge(int) - 类中的方法 com.walker.openocr.FaceDetectResult
 
setAlign(String) - 类中的方法 com.walker.openocr.table.ConfigItem
 
setApiKey(String) - 类中的方法 com.walker.openocr.support.BaiduFaceRecognize
 
setApiKey(String) - 类中的方法 com.walker.openocr.support.BaiduOcrLoader
 
setAppId(String) - 类中的方法 com.walker.openocr.support.BaiduFaceRecognize
 
setAppId(String) - 类中的方法 com.walker.openocr.support.BaiduOcrLoader
 
setCellConfigItem(CellConfigItem) - 类中的方法 com.walker.openocr.table.CellObject
 
setCellTolerance(int) - 类中的方法 com.walker.openocr.idcard.IdCardConfig
 
setCellTolerance(int) - 类中的方法 com.walker.openocr.table.TableConfig
 
setDataType(String) - 类中的方法 com.walker.openocr.table.ConfigItem
 
setDestToken(String) - 类中的方法 com.walker.openocr.FaceMatchResult
 
setEndFlag(String) - 类中的方法 com.walker.openocr.table.CellConfigItem
 
setEndPosition(float[]) - 类中的方法 com.walker.openocr.TextBlock
 
setFaceNum(int) - 类中的方法 com.walker.openocr.FaceDetectResult
 
setFaceProbability(double) - 类中的方法 com.walker.openocr.FaceDetectResult
 
setFaceToken(String) - 类中的方法 com.walker.openocr.FaceDetectResult
 
setFaceToken(String) - 类中的方法 com.walker.openocr.util.FaceItem
 
setFaceType(String) - 类中的方法 com.walker.openocr.FaceDetectResult
 
setFaceTypeProbability(double) - 类中的方法 com.walker.openocr.FaceDetectResult
 
setFullRow(boolean) - 类中的方法 com.walker.openocr.table.CellConfigItem
 
setGender(String) - 类中的方法 com.walker.openocr.FaceDetectResult
 
setGlasses(boolean) - 类中的方法 com.walker.openocr.FaceDetectResult
 
setHeight(double) - 类中的方法 com.walker.openocr.FaceDetectResult
 
setId(String) - 类中的方法 com.walker.openocr.table.CellObject
 
setId(String) - 类中的方法 com.walker.openocr.table.ConfigItem
 
setIdCardFrontKeys(String) - 类中的方法 com.walker.openocr.idcard.IdCardConfig
设置身份证正面关键词。
setLeft(double) - 类中的方法 com.walker.openocr.FaceDetectResult
 
setLiveScore(double) - 类中的方法 com.walker.openocr.util.FaceItem
 
setMinValueSize(int) - 类中的方法 com.walker.openocr.table.CellConfigItem
 
setMultiLineTolerance(int) - 类中的方法 com.walker.openocr.idcard.IdCardConfig
 
setMultiLineTolerance(int) - 类中的方法 com.walker.openocr.table.TableConfig
 
setMultipleLine(MultipleLine) - 类中的方法 com.walker.openocr.table.ConfigItem
 
setName(String) - 类中的方法 com.walker.openocr.AbstractValueParser
 
setName(String) - 类中的方法 com.walker.openocr.table.ConfigItem
 
setName(String) - 接口中的方法 com.walker.openocr.ValueParser
 
setNoneCell(boolean) - 类中的方法 com.walker.openocr.table.CellConfigItem
 
setOcrType(OcrType) - 类中的方法 com.walker.openocr.AbstractTextResolver
 
setOcrType(OcrType) - 接口中的方法 com.walker.openocr.TextResolver
设置识别类型
setOrderColumn(int) - 类中的方法 com.walker.openocr.table.CellObject
 
setOrderNum(int) - 类中的方法 com.walker.openocr.table.ConfigItem
 
setRemoveColumnsName(String[]) - 类中的方法 com.walker.openocr.table.TableConfig
 
setRowNum(int) - 类中的方法 com.walker.openocr.table.CellObject
 
setRowTotal(int) - 类中的方法 com.walker.openocr.table.ColumnConfigItem
 
setScore(double) - 类中的方法 com.walker.openocr.FaceMatchResult
 
setScore(float) - 类中的方法 com.walker.openocr.TextBlock
 
setSecretKey(String) - 类中的方法 com.walker.openocr.support.BaiduFaceRecognize
 
setSecretKey(String) - 类中的方法 com.walker.openocr.support.BaiduOcrLoader
 
setSmile(boolean) - 类中的方法 com.walker.openocr.FaceDetectResult
 
setSource(TextBlock) - 类中的方法 com.walker.openocr.table.CellObject
 
setSrcToken(String) - 类中的方法 com.walker.openocr.FaceMatchResult
 
setStartPosition(float[]) - 类中的方法 com.walker.openocr.TextBlock
 
setSummary(String) - 类中的方法 com.walker.openocr.util.FaceItem
 
setTableTitle(String) - 类中的方法 com.walker.openocr.table.TableConfig
 
setTableTitleNotKey(List<String>) - 类中的方法 com.walker.openocr.table.TableConfig
设置表格(类型)标题不能包含的关键词。
setTableTypeKeys(String) - 类中的方法 com.walker.openocr.table.TableConfig
设置表格分类关键词。
setText(String) - 类中的方法 com.walker.openocr.TextBlock
 
setTitleTolerance(float) - 类中的方法 com.walker.openocr.table.TableConfig
 
setTop(double) - 类中的方法 com.walker.openocr.FaceDetectResult
 
setTotalRows(int) - 类中的方法 com.walker.openocr.idcard.IdCardConfig
 
setValue(String) - 类中的方法 com.walker.openocr.table.CellObject
 
setWidth(double) - 类中的方法 com.walker.openocr.FaceDetectResult
 
SEX_FEMALE - 类中的静态变量 com.walker.openocr.idcard.IdCardConfig
 
SEX_MALE - 类中的静态变量 com.walker.openocr.idcard.IdCardConfig
 
sortCellObjectList() - 类中的方法 com.walker.openocr.idcard.IdCardObject
 
sortCellObjectList() - 类中的方法 com.walker.openocr.RecognizeResult
添加完文本块后,排序,把相关行内容放在一起,并对每一行进行列排序。
sortCellObjectList() - 类中的方法 com.walker.openocr.table.TableObject
添加完文本块后,排序,把相关行内容放在一起,并对每一行进行列排序。
sortColumnCellList(List<CellObject>) - 类中的静态方法 com.walker.openocr.util.TableObjectUtils
 
StreamConfigLoader - com.walker.openocr.table.config中的类
通过文件流,加载OCR配置文件信息。
StreamConfigLoader() - 类的构造器 com.walker.openocr.table.config.StreamConfigLoader
 

T

TableConfig - com.walker.openocr.table中的类
 
TableConfig() - 类的构造器 com.walker.openocr.table.TableConfig
 
TableConfigLoader - com.walker.openocr.table中的接口
表格配置加载器实现。
TableConfigUtils - com.walker.openocr.util中的类
 
TableConfigUtils() - 类的构造器 com.walker.openocr.util.TableConfigUtils
 
TableObject - com.walker.openocr.table中的类
 
TableObject(TableConfig) - 类的构造器 com.walker.openocr.table.TableObject
 
TableObjectUtils - com.walker.openocr.util中的类
 
TableObjectUtils() - 类的构造器 com.walker.openocr.util.TableObjectUtils
 
TableTextResolver - com.walker.openocr.table中的类
 
TableTextResolver() - 类的构造器 com.walker.openocr.table.TableTextResolver
 
TEXT_GENERIC - enum class中的静态变量 com.walker.openocr.OcrType
 
TEXT_ID_CARD - enum class中的静态变量 com.walker.openocr.OcrType
 
TEXT_TABLE - enum class中的静态变量 com.walker.openocr.OcrType
 
TextBlock - com.walker.openocr中的类
数据块,从OCR服务获取的最小文本单元,包括:坐标位置、内容、分值。
TextBlock() - 类的构造器 com.walker.openocr.TextBlock
 
TextBlock(String, float[], float[], float) - 类的构造器 com.walker.openocr.TextBlock
 
TextGeneric - enum class 中的枚举常量 com.walker.openocr.OcrType
 
TextIdCard - enum class 中的枚举常量 com.walker.openocr.OcrType
 
TextResolver<T,C> - com.walker.openocr中的接口
定义识别后文本内容解析器,解析成业务可用的内容,如:一段文字、表格等对象。
TextTable - enum class 中的枚举常量 com.walker.openocr.OcrType
 
TextUtils - com.walker.openocr.util中的类
 
TextUtils() - 类的构造器 com.walker.openocr.util.TextUtils
 
toString() - 类中的方法 com.walker.openocr.FaceMatchResult
 
toString() - 类中的方法 com.walker.openocr.idcard.IdCardObject
 
toString() - 类中的方法 com.walker.openocr.table.CellObject
 
toString() - 类中的方法 com.walker.openocr.table.TableConfig
 
toString() - 类中的方法 com.walker.openocr.TextBlock
 
TwoLine - enum class 中的枚举常量 com.walker.openocr.MultipleLine
 

V

VALUE_ADDRESS - 类中的静态变量 com.walker.openocr.idcard.IdCardConfig
 
VALUE_BIRTHDAY - 类中的静态变量 com.walker.openocr.idcard.IdCardConfig
 
VALUE_NAME - 类中的静态变量 com.walker.openocr.idcard.IdCardConfig
 
VALUE_NATION - 类中的静态变量 com.walker.openocr.idcard.IdCardConfig
 
VALUE_NUMBER - 类中的静态变量 com.walker.openocr.idcard.IdCardConfig
 
VALUE_SEX - 类中的静态变量 com.walker.openocr.idcard.IdCardConfig
 
VALUE_SHARP - 类中的静态变量 com.walker.openocr.Constants
 
VALUE_SPLIT - 类中的静态变量 com.walker.openocr.Constants
 
valueOf(String) - enum class中的静态方法 com.walker.openocr.MultipleLine
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 com.walker.openocr.OcrType
Returns the enum constant of this class with the specified name.
ValueParser<T> - com.walker.openocr中的接口
属性值解析器,该接口规范解析识别文本中的特定属性值。
values() - enum class中的静态方法 com.walker.openocr.MultipleLine
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 com.walker.openocr.OcrType
Returns an array containing the constants of this enum class, in the order they are declared.
VehicleLicenseResolver - com.walker.openocr.vehicle中的类
行驶证文本解析器实现,暂时使用表格统一解析过程,创建专用模板。
VehicleLicenseResolver() - 类的构造器 com.walker.openocr.vehicle.VehicleLicenseResolver
 
VehicleLicenseTable - com.walker.openocr.vehicle中的类
行驶证识别结果对象定义。
VehicleLicenseTable(TableConfig, List<ValueParser>) - 类的构造器 com.walker.openocr.vehicle.VehicleLicenseTable
 
A B C D E F G H I J L M N O P R S T V 
All Classes and Interfaces|常量字段值|所有程序包