NO docker

This commit is contained in:
beabigegg
2025-10-02 18:50:53 +08:00
commit 4cace93934
99 changed files with 26967 additions and 0 deletions

17
api.txt Normal file
View File

@@ -0,0 +1,17 @@
# ============================================================================
# PANJIT Document Translator V2 - Dify API 配置
# ============================================================================
# Dify 翻譯 API 配置
translation_base_url:https://dify.theaken.com/v1
translation_api:app-SmB3TwVMcp5OyQviYeAoTden
# Dify OCR API 配置用於掃描PDF
ocr_base_url:https://dify.theaken.com/v1
ocr_api:app-kC5qx2wgMMkn61O77jY4YuPs
# ============================================================================
# 說明:
# - translation API: 用於文檔內容翻譯
# - OCR API: 用於 PDF 掃描件的文字識別
# ============================================================================