修改方法描述

This commit is contained in:
zhouweiyi
2025-05-13 13:44:31 +08:00
parent 778a7bc21b
commit 52e0feda01

View File

@@ -168,7 +168,7 @@ public class KnowledgeController extends BaseController {
* 提取PDF中的图片并调用gpt-4o-mini,识别图片内容并返回
*
* @param file PDF文件
* @return 保存的文件路径信息
* @return 文件名称和图片内容
*/
@PostMapping("/extract-images")
@Operation(summary = "提取PDF中的图片并调用大模型,识别图片内容并返回", description = "提取PDF中的图片并调用gpt-4o-mini,识别图片内容并返回")