Further refactoring of book_handler logic into PDFParser

Also deletes the unnencessary abogen/book_handler and just use pyqt/book_hanlder
This commit is contained in:
Mohan Krishnan
2026-01-09 08:44:33 +08:00
parent 5ae153f841
commit eb7d135bc3
6 changed files with 261 additions and 1784 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from PyQt6.QtWidgets import QApplication
# Ensure we can import the module
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
from abogen.book_handler import HandlerDialog
from abogen.pyqt.book_handler import HandlerDialog
from ebooklib import epub
# We need a QApplication instance for QWriter/QDialog