Extract image scans from an input file
POST
/api/v1/misc/extract-image-scans
Misc
请求参数
Body 参数multipart/form-data
fileInput
file
必需
angleThreshold
integer <int32>
必需
默认值:
5
示例值:
5
tolerance
integer <int32>
必需
默认值:
20
示例值:
20
minArea
integer <int32>
必需
默认值:
8000
示例值:
8000
minContourArea
integer <int32>
必需
默认值:
500
示例值:
500
borderSize
integer <int32>
必需
默认值:
1
示例值:
1
示例代码
返回响应
修改于 2025-06-22 03:57:35