feat(infra): add PaddleOCR as a new OCR type (#668)
This commit is contained in:
@@ -129,11 +129,13 @@ export HTTP_EMBEDDING_DIMS=1024 # (string, required) http embedding dimensions
|
||||
# Settings for OCR
|
||||
# If you want to use the OCR-related functions in the knowledge base feature,You need to set up the OCR configuration.
|
||||
# Currently, Coze Studio has built-in Volcano OCR.
|
||||
# ocr_type: default type `ve`
|
||||
# Supported OCR types: `ve`, `paddleocr`
|
||||
export OCR_TYPE="ve"
|
||||
# ve ocr
|
||||
export VE_OCR_AK=""
|
||||
export VE_OCR_SK=""
|
||||
# paddleocr ocr
|
||||
export PADDLEOCR_OCR_API_URL=""
|
||||
|
||||
# Settings for Model
|
||||
# Model for agent & workflow
|
||||
|
||||
Reference in New Issue
Block a user