增值税发票的Python代码快速识别

# 导入potencent这个库,下载命令:pip install potencent

import potencent

# 调用增值税识别的功能

potencent.ocr.VatInvoiceOCR(img_path=r'C:\vx_CoderWanFeng\your_img.jpg')

猜你喜欢

转载自blog.csdn.net/weixin_43097956/article/details/133359973