fix: update port in dockerfile

This commit is contained in:
liuyuanchuang
2026-02-05 22:20:01 +08:00
parent 36172ba4ff
commit c372a4afbe
3 changed files with 150 additions and 2 deletions

View File

@@ -489,7 +489,7 @@ class MineruOCRService(OCRServiceBase):
api_url: str = "http://127.0.0.1:8000/file_parse",
image_processor: Optional[ImageProcessor] = 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.