feat: update paddleocr-vl port
This commit is contained in:
@@ -489,7 +489,7 @@ class MineruOCRService(OCRServiceBase):
|
|||||||
api_url: str = "http://127.0.0.1:8000/file_parse",
|
api_url: str = "http://127.0.0.1:8000/file_parse",
|
||||||
image_processor: Optional[ImageProcessor] = None,
|
image_processor: Optional[ImageProcessor] = None,
|
||||||
converter: Optional[Converter] = None,
|
converter: Optional[Converter] = None,
|
||||||
paddleocr_vl_url: str = "http://localhost:8000/v1",
|
paddleocr_vl_url: str = "http://localhost:8001/v1",
|
||||||
):
|
):
|
||||||
"""Initialize Local API service.
|
"""Initialize Local API service.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user