文件扫描接口
POST
http://[ip]:[port/insoApp/backstage/fileScanner/scann
请求参数
参数名
类型
描述
必填
fileType
int
扫描类型示例:2 1,图片转换为pdf 2图片转换为文字信息 ,3pdf转为图片 4,Pdf 转换为word文档格式 5 文档转换为pdf
必填
convertType
string
示例:1 需要将图片中的文字转换为word格式 当fileType为2 converType =1 其他时候converType 都为null
必填
multipartFile
string
示例:文件类型
必填
user_id
string
示例:1 用户id
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:200
必填
data
file
示例:E:\Pricture\image1\1.doc
必填
strNum
int
文字个数 当获取图片文字信息时存在
必填