myhloli
|
ded2818ac2
feat(layoutreader): support local model directory and improve model loading
|
před 1 rokem |
myhloli
|
a71db70314
feat: add arXiv paper link to header and adjust PDF parsing logic- Add arXiv paper link to the header template for easy access to the latest research paper.
|
před 1 rokem |
myhloli
|
564c4ce1e3
refactor(magic_pdf): improve line sorting and block indexing
|
před 1 rokem |
myhloli
|
4c9bf8abd5
refactor(memory management): remove unused clean_memory function
|
před 1 rokem |
myhloli
|
42a7d792c3
refactor(magic_pdf): import model helpers directly for clarity
|
před 1 rokem |
myhloli
|
5522d0a36c
refactor(pdf_parse_union_core_v2): update import paths to use new package structure
|
před 1 rokem |
myhloli
|
2145a8b6d2
fix(pdf_parse): handle blocks without lines and enable bf16 on compatible devices
|
před 1 rokem |
myhloli
|
177ab08e9f
refactor(pdf_parse): remove redundant sorting and optimize block indexing
|
před 1 rokem |
myhloli
|
b9dfdea3cb
refactor(pdf_parse_union_core_v2): implement model initialization within classRefactored model initialization to be handled by a singleton class to ensure that model
|
před 1 rokem |
myhloli
|
b2790f6f45
refactor(drawing): simplify draw bbox functions and adjust debug config
|
před 1 rokem |
myhloli
|
34f8965007
refactor(draw_bbox): add line sorting visualization
|
před 1 rokem |
myhloli
|
1efebe421c
refactor(pdf_parse_union): integrate LayoutLMv3 for block orderingReplace the heuristic-based block ordering algorithm with LayoutLMv3 model predictions toimprove the accuracy of block ordering on PDF pages. Additionally, refactor the span
|
před 1 rokem |