mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-16 04:37:21 +08:00
33 lines
534 B
JSON
33 lines
534 B
JSON
|
|
{
|
||
|
|
"name": "PaddleOCR",
|
||
|
|
"url": {
|
||
|
|
"default": "https://paddleocr.aistudio-app.com/api"
|
||
|
|
},
|
||
|
|
"url_suffix": {
|
||
|
|
"ocr": "v2/ocr/jobs"
|
||
|
|
},
|
||
|
|
"class": "paddleocr",
|
||
|
|
"models": [
|
||
|
|
{
|
||
|
|
"name": "PaddleOCR-VL-1.5",
|
||
|
|
"max_tokens": 16384,
|
||
|
|
"model_types": [
|
||
|
|
"ocr"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "PP-OCRv5",
|
||
|
|
"max_tokens": 16384,
|
||
|
|
"model_types": [
|
||
|
|
"ocr"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "PP-StructureV3",
|
||
|
|
"max_tokens": 16384,
|
||
|
|
"model_types": [
|
||
|
|
"ocr"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|