Process PDF files with OCR using Tesseract
POST
/api/v1/misc/ocr-pdf
Misc
请求参数
Body 参数multipart/form-data
fileInput
file
必需
languages
array[string]
必需
默认值:
["eng"]
示例值:
["eng"]
ocrType
enum<string>
必需
枚举值:
skip-textforce-ocrNormal
ocrRenderType
enum<string>
必需
枚举值:
hocrsandwich
默认值:
hocr
示例值:
hocr
示例代码
返回响应
修改于 2025-06-22 03:57:35