• myhloli's avatar
    refactor(pdf_parse): remove redundant sorting and optimize block indexing · 177ab08e
    myhloli authored
    Removed redundant sorting of lines by model and optimized calculation of block
    indexes by using a single pass through the sorted lines. This change simplifies the
    code and potentially improves performance by reducing the number of sortingoperations and unnecessary iterations over blocks without lines.
    177ab08e
Name
Last commit
Last update
..
dict2md Loading commit data...
filter Loading commit data...
integrations Loading commit data...
layout Loading commit data...
libs Loading commit data...
model Loading commit data...
para Loading commit data...
pipe Loading commit data...
post_proc Loading commit data...
pre_proc Loading commit data...
resources Loading commit data...
rw Loading commit data...
spark Loading commit data...
tools Loading commit data...
v3 Loading commit data...
__init__.py Loading commit data...
pdf_parse_by_ocr.py Loading commit data...
pdf_parse_by_txt.py Loading commit data...
pdf_parse_union_core.py Loading commit data...
pdf_parse_union_core_v2.py Loading commit data...
user_api.py Loading commit data...