CCPD icon indicating copy to clipboard operation
CCPD copied to clipboard

Output the province

Open Yinyf0804 opened this issue 6 years ago • 8 comments

Hi Thanks for your code I can't find how to output the detected province character Could you please tell me how to do with it

Yinyf0804 avatar Sep 25 '18 10:09 Yinyf0804

I have found it, thanks

Yinyf0804 avatar Sep 25 '18 10:09 Yinyf0804

      I have found it, thanks

hello,i dont know how to output the province. Could you please tell me how to do that? Thank you!

lcy0604 avatar Oct 24 '18 05:10 lcy0604

I have found it, thanks

hello,i meet the same question.could you tell me how to solve the problem?thank you!

kiosy avatar Nov 16 '18 08:11 kiosy

      I have found it, thanks

hello,i dont know how to output the province. Could you please tell me how to do that? Thank you!

hello,i meet the same question.could you tell me how to solve the problem?thank you!

kiosy avatar Nov 16 '18 08:11 kiosy

      I have found it, thanks

hello,i dont know how to output the province. Could you please tell me how to do that? Thank you!

hello,i meet the same question.could you tell me how to solve the problem?thank you!

      I have found it, thanks

hello,i dont know how to output the province. Could you please tell me how to do that? Thank you!

hello,i meet the same question.could you tell me how to solve the problem?thank you!

see line 286 in demo.py. cv2.putText can't display chinese character on image,you can use ImageDraw in PIL.

ShaneYS avatar Dec 11 '18 05:12 ShaneYS

      I have found it, thanks

hello,i dont know how to output the province. Could you please tell me how to do that? Thank you!

hello,i meet the same question.could you tell me how to solve the problem?thank you!

      I have found it, thanks

hello,i dont know how to output the province. Could you please tell me how to do that? Thank you!

hello,i meet the same question.could you tell me how to solve the problem?thank you!

see line 286 in demo.py. cv2.putText can't display chinese character on image,you can use ImageDraw in PIL.

Ty

gqjia avatar Jan 10 '19 01:01 gqjia

输出省份解决方法:

一、首先安装Pillow模块 pip install Pillow

二、代码修改

第1步 from PIL import Image, ImageDraw, ImageFont

第2步

图片

MrCuiHao avatar Jun 19 '19 12:06 MrCuiHao

image thanks CuiHao, it works.

wanglaotou avatar Jul 30 '19 06:07 wanglaotou