You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove MuPDF dependency and refactor PDF processing logic
- Eliminated the `mupdf` dependency from `Cargo.toml` and `Cargo.lock`.
- Refactored the `PdfProcessor` to exclusively use the `pdf_extract` library for text extraction, simplifying the code and improving maintainability.
- Updated the PDF processing logic to remove the MuPDF backend implementation, ensuring a streamlined approach to PDF text extraction.
0 commit comments