feat(pdf_parse): implement multi-threaded page processing
- Add ThreadPoolExecutor to process PDF pages in parallel - Create separate function for page processing to improve readability and maintainability - Include error handling for individual page processing tasks - Log total page processing time for performance monitoring
Showing
Please register or sign in to comment