Skip to content

Conversation

CyMule
Copy link
Contributor

@CyMule CyMule commented Jul 8, 2025

…sing

# Early page count check for strategies that will use HI_RES
# This prevents expensive PDFMiner processing for documents that exceed page limits
pdf_hi_res_max_pages = kwargs.get("pdf_hi_res_max_pages")
if pdf_hi_res_max_pages is not None:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please write a unit test to verify this behavior

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I forgot to mark this as a draft. This is not ready for review and will have testing when complete

@CyMule CyMule marked this pull request as draft July 24, 2025 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants