Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(translator): skip pages that are too large to process
- Add size check for PDF pages (height > 1200 or width > 2000)\n- Log warning message for skipped large pages\n- Improve processing efficiency by avoiding unnecessary work on oversized pages
- Loading branch information