Update quickstart_en.md (#10702)

typo error
pull/10705/head
Sagar J 2023-08-23 12:09:33 +05:30 committed by GitHub
parent be6696763b
commit b162237e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)