mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 23:41:12 +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
8 lines
122 B
JSON
8 lines
122 B
JSON
{
|
|
"name": "MinerU_local",
|
|
"url_suffix": {
|
|
"doc_parse": "file_parse",
|
|
"task": "tasks"
|
|
},
|
|
"class": "local"
|
|
} |