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

@@ -23,7 +23,6 @@ def _import_operators():
from . import garble_characters_cleaner
from . import html_tag_cleaner
from . import id_number_cleaner
from . import img_watermark_remove
from . import invisible_characters_cleaner
from . import ip_address_cleaner
from . import legend_cleaner
@@ -47,6 +46,7 @@ def _import_operators():
from . import img_resize
from . import remove_duplicate_sentences
from . import knowledge_relation_slice
from . import pii_ner_detection
_import_operators()