Paul Bottinelli

Results 4 issues of Paul Bottinelli

This PR replaces the XML parser with lxml's HTML parser for HTML files, fixing three long-standing issues with HTML parsing in graphtage. **Issues Resolved** Fixes #25 - Unquoted HTML attributes...

This commit adds a new command-line flag `--no-unicode` that allows users to disable Unicode combining marks (strikethrough and underline characters) in the diff output while preserving ANSI color highlighting. This...

This fixes issue #12 where certain malformed PDFs would cause "List index out of range" errors during parsing. Changes to PDFList.load(): - Handle empty lists by returning zero-length wrapper at...

This update addresses issue #3434 by updating the pdfminer.six dependency from version 20240706 (July 2024) to the latest version 20251107 (November 2025). Key changes: - Update pdfminer.six from >=20220524,=20251107 -...