wdtagger/temp.py
2025-02-24 22:25:34 +09:00

8 lines
182 B
Python

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)