Wuming AI
Wuming AI
Dec 30, 2025 · Artificial Intelligence

Build an AI Agent that Turns arXiv Screenshot into Direct PDF Download

The article shows how to create a simple AI agent that receives a screenshot of an arXiv paper, automatically extracts the paper’s URL and PDF link using a custom prompt, and then lets users view the abstract, download the PDF, or save it to a knowledge base.

AI AgentKnowledge BaseOCR
0 likes · 4 min read
Build an AI Agent that Turns arXiv Screenshot into Direct PDF Download
Python Crawling & Data Mining
Python Crawling & Data Mining
Oct 4, 2021 · Backend Development

Automate Shanghai Stock Exchange Report Downloads with a Python Web Scraper

This tutorial shows how to use Python's requests and JSON handling to crawl the Shanghai Stock Exchange website, extract periodic report metadata, construct PDF URLs, and automatically download the files, providing a practical example of backend web‑scraping automation while warning against excessive server load.

PDF downloadSSEweb-scraping
0 likes · 28 min read
Automate Shanghai Stock Exchange Report Downloads with a Python Web Scraper