plesae help me
font_path = 'D:/download/PaddleOCR-release-2.7/doc/fonts/simfang.ttf' # PaddleOCR下提供字体包
image = Image.open(img_path).convert('RGB')
im_show = draw_structure_result(image, result,font_path=font_path)
how to solve this bug
plesae help me
font_path = 'D:/download/PaddleOCR-release-2.7/doc/fonts/simfang.ttf' # PaddleOCR下提供字体包
image = Image.open(img_path).convert('RGB')
im_show = draw_structure_result(image, result,font_path=font_path)
how to solve this bug