docstream/ ├── backend/ │ ├── main.py # FastAPI app: /upload + /stream (SSE) │ ├── requirements.txt │ ├── uploads/ # temp storage (auto ...
DocStream is a Python-based tool that automates the process of summarizing PDF documents and sharing them via Google Drive. This tool is ideal for anyone who regularly works with large PDF files and ...