Add OpenSERP SDK usage examples

This commit is contained in:
Rustem Kamalov
2026-06-09 04:14:35 +03:00
parent 11d02731b6
commit ffd3d4250c
35 changed files with 627 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
# Extract a page to Markdown (Python)
Extracts one URL with `/extract` and writes the cleaned page content to `extracted.md`.
```bash
pip install -r requirements.txt
python main.py
```
Edit the `url` in [main.py](main.py) to extract a different page.