feat: add baidu api

This commit is contained in:
2025-12-25 14:02:06 +08:00
parent 3a86f811d0
commit bb7403f700
5 changed files with 222 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ const (
ProviderMathpix RecognitionLogProvider = "mathpix"
ProviderSiliconflow RecognitionLogProvider = "siliconflow"
ProviderTexpixel RecognitionLogProvider = "texpixel"
ProviderBaiduOCR RecognitionLogProvider = "baidu_ocr"
)
// RecognitionLog 识别调用日志表记录第三方API调用请求和响应