|
@@ -156,7 +156,7 @@ async def convert_to_markdown(
|
|
|
table_enable: bool = True,
|
|
table_enable: bool = True,
|
|
|
language: str = "ch",
|
|
language: str = "ch",
|
|
|
backend: str = "vlm-vllm-async-engine",
|
|
backend: str = "vlm-vllm-async-engine",
|
|
|
- url: str = "http://192.168.2.3:8000",
|
|
|
|
|
|
|
+ url: str = "http://127.0.0.1:5282",
|
|
|
embed_images: bool = True,
|
|
embed_images: bool = True,
|
|
|
output_json: bool = False,
|
|
output_json: bool = False,
|
|
|
start_page_id: int = 0,
|
|
start_page_id: int = 0,
|