diff --git a/ppstructure/docs/quickstart_en.md b/ppstructure/docs/quickstart_en.md index bbaac342fdfdb797c9f0f6b8b343713c5afb970f..5d0cd24b3f100b60fd8465567d8cb81db358ef4b 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)