. ├── backend/ # FastAPI Python backend │ ├── pdf-xml-backend-api.py # Main API logic │ ├── requirements.txt # Python dependencies │ └── static_frontend/ # (Will be populated by frontend build) ├── ...