未验证 提交 b162237e 编写于 作者: S Sagar J 提交者: GitHub

Update quickstart_en.md (#10702)

typo error
上级 be669676
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册