book-ingestion-python/ ├── src/ │ ├── cli.py # Main CLI entry point │ ├── cli_enhanced.py # Enhanced analysis commands │ │ │ ├── converters/ │ │ ├── pdf_converter.py # PDF → text (PyMuPDF ...