feature: 增加水印去除/高级匿名化算子 (#151)

* feature: 增加水印去除算子

* feature: clean code

* feature: clean code

* feature: 增加高级匿名化算子
This commit is contained in:
hhhhsc701
2025-12-10 18:12:47 +08:00
committed by GitHub
parent cbb146d3d7
commit 19a04df276
15 changed files with 197 additions and 274 deletions

View File

@@ -73,15 +73,15 @@ make install-mineru
```
### Deploy the DeerFlow service
1. Modify `runtime/deer-flow/.env.example` and add configurations for SEARCH_API_KEY and the EMBEDDING model.
2. Modify `runtime/deer-flow/.conf.yaml.example` and add basic model service configurations.
3. Execute `make install-deer-flow`
```bash
make install-deer-flow
```
### Local Development and Deployment
After modifying the local code, please execute the following commands to build the image and deploy using the local image.
```bash
make build
make install REGISTRY=""
make install dev=true
```
## 🤝 Contribution Guidelines