public interface AIEdocApi
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
ocrMobileByFileId(java.lang.Long fileId)
移动端OCR识别, 依据已缓存的fileId 选择文件
|
java.lang.Object |
ocrMobilePicBase64(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> fileList)
移动端OCR识别, 以从前台获取的Base64 图片进行OCR识别
|
java.lang.Object |
ocrMobilePicCache(java.util.List<java.lang.String> fileIdLst)
移动端OCR识别, 依据已缓存的fileIdList 文件列表, 进行OCR识别
|
java.lang.Object ocrMobileByFileId(java.lang.Long fileId) throws com.seeyon.ctp.common.exceptions.BusinessException
fileId
- 指定OCR的文件IDcom.seeyon.ctp.common.exceptions.BusinessException
- 业务异常java.lang.Object ocrMobilePicCache(java.util.List<java.lang.String> fileIdLst) throws com.seeyon.ctp.common.exceptions.BusinessException
fileIdLst
- 1 ~ 9 个文件或图片com.seeyon.ctp.common.exceptions.BusinessException
- 业务异常java.lang.Object ocrMobilePicBase64(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> fileList) throws com.seeyon.ctp.common.exceptions.BusinessException
fileList
- 文件列表com.seeyon.ctp.common.exceptions.BusinessException
- 业务异常