• myhloli's avatar
    refactor(draw_bbox): add line sorting visualization · 34f89650
    myhloli authored
    Add a new function `draw_line_sort_bbox` to visualize the sorting of lines on each page.
    This includes indexing lines and handling both text and non-text elements such as tables
    and images for better content organization.
    
    Also, comment out GPU-related code for flexibility and remove overlaps in bounding box
    detection, which improves the accuracy of layout splitting.
    34f89650
Name
Last commit
Last update
..
__init__.py Loading commit data...
citationmarker_remove.py Loading commit data...
construct_page_dict.py Loading commit data...
cut_image.py Loading commit data...
detect_equation.py Loading commit data...
detect_footer_by_model.py Loading commit data...
detect_footer_header_by_statistics.py Loading commit data...
detect_footnote.py Loading commit data...
detect_header.py Loading commit data...
detect_images.py Loading commit data...
detect_page_number.py Loading commit data...
detect_tables.py Loading commit data...
equations_replace.py Loading commit data...
fix_image.py Loading commit data...
fix_table.py Loading commit data...
main_text_font.py Loading commit data...
ocr_detect_all_bboxes.py Loading commit data...
ocr_detect_layout.py Loading commit data...
ocr_dict_merge.py Loading commit data...
ocr_span_list_modify.py Loading commit data...
pdf_pre_filter.py Loading commit data...
post_layout_split.py Loading commit data...
remove_bbox_overlap.py Loading commit data...
remove_colored_strip_bbox.py Loading commit data...
remove_footer_header.py Loading commit data...
remove_rotate_bbox.py Loading commit data...
resolve_bbox_conflict.py Loading commit data...
solve_line_alien.py Loading commit data...
statistics.py Loading commit data...