docs: fix broken PaddleOCR serving link in FAQ (#18207)

The PaddleOCR serving docs moved, so the link in the FAQ currently 404s:

`https://www.paddleocr.ai/latest/en/version3.x/deployment/serving.html`
-> 404

Updated to where the page lives now:


`https://www.paddleocr.ai/latest/en/version3.x/inference_deployment/serving/serving.html`

Found while following the "Deploy PaddleOCR Service" steps in the FAQ.
This commit is contained in:
EdgeMLHacker
2026-08-13 15:35:18 +08:00
committed by GitHub
parent c589a5d050
commit ffff5100e8

View File

@@ -724,7 +724,7 @@ This method uses PaddleOCR's official API service with an access token.
This method allows you to deploy your own PaddleOCR service and use it without an access token.
**Step 1: Deploy PaddleOCR Service**
Follow the [PaddleOCR serving documentation](https://www.paddleocr.ai/latest/en/version3.x/deployment/serving.html) to deploy your own service. For layout parsing, you can use an endpoint like:
Follow the [PaddleOCR serving documentation](https://www.paddleocr.ai/latest/en/version3.x/inference_deployment/serving/serving.html) to deploy your own service. For layout parsing, you can use an endpoint like:
```bash
http://localhost:8080/layout-parsing