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
fix: resolve potential CI failures in new Direct API methods
- Fix duplicate_pdf_pages to use correct page ranges (end is exclusive)
- Improve delete_pdf_pages logic to handle all document sizes correctly
- Add optimize action handler in builder with proper camelCase conversion
- Fix line length issues to pass ruff linting
These changes address:
1. Page range issues where end index must be exclusive (start:0, end:1 = page 1)
2. Conservative delete logic that could fail on documents with many pages
3. Missing handler for optimize action type in builder pattern matching
4. Code formatting to meet project standards
0 commit comments