8 lines
182 B
Python
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)
|