diff --git a/tools/infer/utility.py b/tools/infer/utility.py index 41ca445fac67a35bedd166302fb5b549ca20c61d..f4e62b87a506ccff889df398d363411a919b5ed5 100755 --- a/tools/infer/utility.py +++ b/tools/infer/utility.py @@ -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: