Files
OCRmyPDF/tests
James R. Barlow be425e7405 Refactor pdfinfo: split info.py into focused modules
Split the 1288-line info.py into smaller, single-responsibility modules:
- _types.py: Enums, type aliases, lookup dictionaries
- _contentstream.py: PDF content stream parsing, DPI calculation
- _image.py: ImageInfo class and image finding functions
- _worker.py: Concurrency/worker process handling
- info.py: PageInfo, PdfInfo classes (reduced to ~530 lines)

Public API unchanged - all existing imports continue to work.
2025-12-22 01:27:23 -08:00
..
2025-12-21 12:21:48 -08:00
2023-04-14 02:19:19 -07:00
2025-12-21 12:21:47 -08:00
2025-07-03 11:30:05 -07:00
2025-12-21 14:03:28 -08:00
2022-07-28 01:10:07 -07:00
2025-11-10 16:57:30 -08:00
2025-12-21 12:21:48 -08:00