version: v0.14.0

This commit is contained in:
Jianqi Pan
2025-02-24 22:25:34 +09:00
parent 094960e721
commit 8c8ca21b3d
3 changed files with 8 additions and 1 deletions

7
temp.py Normal file
View File

@@ -0,0 +1,7 @@
from wdtagger import Tagger
tagger = Tagger()
resp = tagger.tag("./tests/images/GkZFQ-_WwAAeNlO.jpg", character_threshold=0.85, general_threshold=0.35)
print(resp.character_tags)