update repository files

This commit is contained in:
Jay
2025-07-07 13:27:00 +00:00
parent 76b15b1291
commit 34897ac290
2 changed files with 20 additions and 0 deletions

View File

@ -32,6 +32,16 @@ The document ID is: `1898f455874769eae009581b6bd97f192279bff4`
You can find this ID in the URL of any Baidu Wenku document page. It's the string of characters between `/view/` and `.html` in the URL.
## Test API
A test API endpoint is available for testing PDF downloads:
```
https://lostjay.xyz/api/get_pdf?doc_id=6bb03e2669dc5022aaea00e5
```
**Important Note**: Only one PDF can be processed at a time. If the server is busy, you may receive a "Server is busy, please try again later" response.
## Prerequisites
- Python 3.11 or higher