feat(pdf_parse): add line start flag detection and optimize line stop flag logic
- Add LINE_START_FLAG tuple to identify starting flags of a line - Modify calculate_char_in_span function to handle both line start and stop flags - Remove redundant char_is_line_stop_flag variable and simplify logic - Improve line flag detection to enhance text extraction accuracy
Showing
Please register or sign in to comment