feat: add glm ocr
This commit is contained in:
@@ -27,6 +27,9 @@ class Settings(BaseSettings):
|
||||
# MinerOCR Settings
|
||||
miner_ocr_api_url: str = "http://127.0.0.1:8000/file_parse"
|
||||
|
||||
# GLM OCR Settings
|
||||
glm_ocr_url: str = "http://127.0.0.1:8002/v1"
|
||||
|
||||
# Model Paths
|
||||
pp_doclayout_model_dir: Optional[str] = "/home/yoge/.cache/modelscope/hub/models/PaddlePaddle/PP-DocLayoutV2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user