A FastAPI and JavaScript-based PDF viewer application that loads PDFs and highlights text regions based on coordinate data from a JSON file. ├── backend/ │ └── main.py # FastAPI application ├── static ...