ocr_batch
Extract text from multiple images in a single batch process. Configure output formats and automatic image enhancement, rotation, or binarization for accurate OCR results.
Instructions
批量 OCR - 对多张图像执行 OCR 识别。
Args:
image_paths: 图像文件路径列表
output_format: 输出格式 (plain/json/markdown/structured)
auto_enhance: 自动增强图像对比度和锐度
rotate: 自动旋转图像(基于 EXIF)
binarize: 二值化图像
Returns:
所有图像的 OCR 识别结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rotate | No | ||
| binarize | No | ||
| image_paths | Yes | ||
| auto_enhance | No | ||
| output_format | No | json |