diff --git a/ppstructure/docs/quickstart_en.md b/ppstructure/docs/quickstart_en.md index bbaac342f..5d0cd24b3 100644 --- a/ppstructure/docs/quickstart_en.md +++ b/ppstructure/docs/quickstart_en.md @@ -164,7 +164,7 @@ for line in result: from PIL import Image -font_path = 'doc/fonts/simfang.ttf' # font provieded in PaddleOCR +font_path = 'doc/fonts/simfang.ttf' # font provided in PaddleOCR image = Image.open(img_path).convert('RGB') im_show = draw_structure_result(image, result,font_path=font_path) im_show = Image.fromarray(im_show)