guanshuicheng / invoice

Collaboration with wangxupeng(https://github.com/wangxupeng)
MIT License
1.81k stars 447 forks source link

Postman里是在Body的Key写file,Value选择图片吗,返回如下报错 #23

Closed hellomynameisq closed 4 years ago

hellomynameisq commented 4 years ago

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Error Message
X
Network Access Message: The page cannot be displayed
Explanation: The request timed out before the page could be retrieved.

Try the following:
  • Refresh page: Search for the page again by clicking the Refresh button. The timeout may have occurred due to Internet congestion.
  • Check spelling: Check that you typed the Web page address correctly. The address may have been mistyped.
  • Contact website: You may want to contact the website administrator to make sure the Web page still exists. You can do this by using the e-mail address or phone number listed on the website home page.
If you are still not able to view the requested page, try contacting your administrator or Helpdesk.

Technical Information (for support personnel)
  • Error Code 10060: Connection timeout
  • Background: The gateway could not receive a timely response from the website you are trying to access. This might indicate that the network is congested, or that the website is experiencing technical difficulties.
  • Date: 7/17/2020 7:59:50 AM [GMT]
  • Server: HKUTMPWV004.cn.asia.ad.pwcinternal.com
  • Source: Firewall
guanshuicheng commented 4 years ago
Error Message X Network Access Message: The page cannot be displayed Explanation: The request timed out before the page could be retrieved. Try the following: * Refresh page: Search for the page again by clicking the Refresh button. The timeout may have occurred due to Internet congestion. * Check spelling: Check that you typed the Web page address correctly. The address may have been mistyped. * Contact website: You may want to contact the website administrator to make sure the Web page still exists. You can do this by using the e-mail address or phone number listed on the website home page. If you are still not able to view the requested page, try contacting your administrator or Helpdesk. ```
Technical Information (for support personnel)
  • Error Code 10060: Connection timeout
  • Background: The gateway could not receive a timely response from the website you are trying to access. This might indicate that the network is congested, or that the website is experiencing technical difficulties.
  • Date: 7/17/2020 7:59:50 AM [GMT]
  • Server: HKUTMPWV004.cn.asia.ad.pwcinternal.com
  • Source: Firewall
```
guanshuicheng commented 4 years ago
Error Message X Network Access Message: The page cannot be displayed Explanation: The request timed out before the page could be retrieved. Try the following: * Refresh page: Search for the page again by clicking the Refresh button. The timeout may have occurred due to Internet congestion. * Check spelling: Check that you typed the Web page address correctly. The address may have been mistyped. * Contact website: You may want to contact the website administrator to make sure the Web page still exists. You can do this by using the e-mail address or phone number listed on the website home page. If you are still not able to view the requested page, try contacting your administrator or Helpdesk. ```
Technical Information (for support personnel)
  • Error Code 10060: Connection timeout
  • Background: The gateway could not receive a timely response from the website you are trying to access. This might indicate that the network is congested, or that the website is experiencing technical difficulties.
  • Date: 7/17/2020 7:59:50 AM [GMT]
  • Server: HKUTMPWV004.cn.asia.ad.pwcinternal.com
  • Source: Firewall
```
guanshuicheng commented 4 years ago

Image text ,可以参考这个,KEY框格中将type选择为file即可,value中上传本地图片

hellomynameisq commented 4 years ago

Image text ,可以参考这个,KEY框格中将type选择为file即可,value中上传本地图片 嗯嗯,按您的说法,我搞定了!谢谢! 还有一个问题 返回值 金额的小数点有时会识别不出来,是需要进一步训练(用更大的数据集?)

guanshuicheng commented 4 years ago

Image text ,可以参考这个,KEY框格中将type选择为file即可,value中上传本地图片 嗯嗯,按您的说法,我搞定了!谢谢! 还有一个问题 返回值 金额的小数点有时会识别不出来,是需要进一步训练(用更大的数据集?)

可以尝试构建语料库,微调CRNN模型,更新crnn目录下的key.py字典,增加需要训练的字符,可使用https://github.com/Sanster/text_renderer 生成可训练数据集。

hellomynameisq commented 4 years ago

Image text ,可以参考这个,KEY框格中将type选择为file即可,value中上传本地图片 嗯嗯,按您的说法,我搞定了!谢谢! 还有一个问题 返回值 金额的小数点有时会识别不出来,是需要进一步训练(用更大的数据集?)

可以尝试构建语料库,微调CRNN模型,更新crnn目录下的key.py字典,增加需要训练的字符,可使用https://github.com/Sanster/text_renderer 生成可训练数据集。

嗯嗯好的,感谢!