fix hub server error
This commit is contained in:
parent
16d70fb74b
commit
9a68a6123a
|
@ -215,7 +215,7 @@ def draw_ocr(image,
|
|||
txts=None,
|
||||
scores=None,
|
||||
drop_score=0.5,
|
||||
font_path="./doc/simfang.ttf"):
|
||||
font_path="./doc/fonts/simfang.ttf"):
|
||||
"""
|
||||
Visualize the results of OCR detection and recognition
|
||||
args:
|
||||
|
|
Loading…
Reference in New Issue