From b162237e84e487f1045e317ccbe1e343543229cb Mon Sep 17 00:00:00 2001 From: Sagar J <75424678+sagarjgb@users.noreply.github.com> Date: Wed, 23 Aug 2023 12:09:33 +0530 Subject: [PATCH] Update quickstart_en.md (#10702) typo error --- ppstructure/docs/quickstart_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppstructure/docs/quickstart_en.md b/ppstructure/docs/quickstart_en.md index bbaac342..5d0cd24b 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) -- GitLab