Skip to content

Scrap emails from "images"

Hi, im new to emai spider but i have figured out the most, now im trying to scrap a website and it turned out that all the emails are converted to images, is it possible to scrap them with this program?


Best regards

Comments

  • SvenSven www.GSA-Online.de
    no, that would require OCR technics and analyzing each image just in a hope it's some email on it would just not work.
  • Ok, thanx for the fast answer, then i will have to do it manually in this case ^^,
  • @Sven do you have any idea if its possbile to decode <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALsSURBVHhe7ZmJkaQwDEUJj4AIh1xIpTPxWJIPSdiG6cFz1X9VVPmSLHvRRz27BAAAmAQEBgAwDQgMAGAaEBgAwDQgMACAafQF5rWHddnCkbp9XmFfl7AsS1j3Vxq7wxG2aEN25Vn36O1dyN8aPhUCoc95+8xP8Ga8APwhvl7BvJGUr31lQdmckYy/m3QQGAB+G/cqGGqvW9hSpVLFQVchKlnYNo+7hL1K4mOrlYzZV4tA9q1FShJ220S8TkLVtNPx6yfuuTkBpLjyQC8GHy+vU2c1fSswR9yv7V/fFdlsYU8CbfZ2ZBGnx1aW+szaNwDPc19g9MvsReCUBHUtv+jqpw8lkpnjFz0m2hH98Dr5ycVr/L56jnrGd0qcPEkxlrgGdqdzprYWlEiN+8qXitffjelXgSHfVQRG9+fO6P1n9LhZI7GXvfS/IwAT+ITAqBf5as68tDWRpC1rR4lTEs779ph5vQ9hhcDQi//kr9V2dO0jw77EyxWXDpLWDO9PnzGOKMGu0LrGuI+n4Q+AJ3leYE5fRUr09BKXuXGilPYpIQSaz+V/rVLIp13rk69pNzhLsXfVDHHpixj2RQSWeDdGUEb3xzZ3BCZCfnJ8eQHvn2PODwQGzON7K5icPN7mlEQd3zynSnwz75NPVzADu16bSMJik/imL2LYr/Ea/7Smd3+mTQyqtALZdOIDYDLPC0xs6fL89DcKbttE4WqAxyVh2gIScX2pInJf9i1fa/6Ct2M0dnrO7xdb7FOP3fXFNM5Z5vUctfV45/7SnK1I9H4C2zTXXNwvAA8zQWAiPEbJ5JIztkpSqRJ+2+v68vITDd+SpMnu8InZ/1+kvp0kncSp2wLb5WRNdH014uVkb+4r8ZYYU7XEXNxf+4zaXz5H3pcXJGhdnrN3BMDT9AVmEvaL3KaV1IBwogTAL+fbBYaQCqCVKOnrCnHpAIEBf4sfERjG/AzID5IHgP/EzwkMAODfA4EBAEwDAgMAmEQIHzFRS4LtTjHyAAAAAElFTkSuQmCC" style="border-width:0px;"> and save it automatic? All the emails are saved like this on the website.
  • SvenSven www.GSA-Online.de
    sure, thats a base64 encoded png image. You just strip off everything before the first "," and make a base64decode of the rest and have he full png data to save to file or display.
Sign In or Register to comment.