-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用过程中出现的问题 #17
Comments
第二个问题昨天12题中会出现好几次,我看了之前同学提的问题和解答,意思是图片没有识别成功?这个百度ocr的正确率也太低了😂 |
今晚百万英雄战个痛快😄 |
im = Image.open(r'1.png') |
请提交pr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
出现字符不能解析的情况
2.
Traceback (most recent call last): File "hero.py", line 56, in results = baiduSearch.search(keyword) File "D:\MillionHeroes-master\baiduSearch\search.py", line 8, in search results = process.page(page) File "D:\MillionHeroes-master\baiduSearch\process.py", line 46, in page result_set = result_set.find_all('div', class_='c-container') # 结果class固定,其余为硬广 AttributeError: 'NoneType' object has no attribute 'find_all'
出现找不到内容的情况
The text was updated successfully, but these errors were encountered: