我嘗試解碼python上的captcha,但我不知道,我怎麼能從html中獲取它。 我用Python:從html獲取CATCHA文件
html = session.get(page, headers=headers).text
soup = BeautifulSoup(html, "html.parser")
和HTML看起來像
<img src="/captcha.gif" style="width:1px;height:1px"/>
我怎麼能exctract呢?我只能用保存圖像才能做到這一點?
的可能的複製[蟒蛇:從HTML圖像鏈接](https://stackoverflow.com/questions/5927031/python-get-image -html) –