mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-07 12:00:44 +08:00
### What problem does this PR solve? Go: implement provider: PaddleOCR_Local **Verified from CLI** ``` RAGFlow(user)> ocr with 'PaddleOCR-VL@test@paddleocr_local' file './internal/test1.jpg' +----------------------+ | text | +----------------------+ | ## Parallel to these | +----------------------+ ``` ### Type of change - [X] Bug Fix (non-breaking change which fixes an issue) - [X] New Feature (non-breaking change which adds functionality) - [X] Refactoring
7 lines
102 B
JSON
7 lines
102 B
JSON
{
|
|
"name": "PaddleOCR_Local",
|
|
"url_suffix": {
|
|
"ocr": "layout-parsing"
|
|
},
|
|
"class": "local"
|
|
} |