Extracting information from PDF files is often challenging due to the unstructured nature of the content. This project provides a solution by parsing PDF documents and converting them into a ...
A modern web application and CLI for parsing USB Power Delivery specification PDFs using an OOP architecture. v1/ ├── app.py # Main FastAPI application ├── usbpd/ # OOP parsing package │ ├── ...