We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
我也遇到过该错误,印象里好像是与识别的问题有关
Sorry, something went wrong.
这是和识别的图片及汉王识别效果有关,建议用题目的图片,或者下最新的代码百度识别试试看!
No branches or pull requests
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: