|
|
@@ -44,7 +44,7 @@ If you need to adjust parsing options through custom parameters, you can also ch
|
|
|
>Access `http://127.0.0.1:8000/docs` in your browser to view the API documentation.
|
|
|
- Start Gradio WebUI visual frontend:
|
|
|
```bash
|
|
|
- # Using pipeline/vlm-transformers/vlm-vllm-client backends
|
|
|
+ # Using pipeline/vlm-transformers/vlm-http-client backends
|
|
|
mineru-gradio --server-name 0.0.0.0 --server-port 7860
|
|
|
# Or using vlm-vllm-engine/pipeline backends (requires vllm environment)
|
|
|
mineru-gradio --server-name 0.0.0.0 --server-port 7860 --enable-vllm-engine true
|