myhloli 2fcffcb0af fix: refactor image handling to use numpy arrays instead of PIL images 3 months ago
..
__init__.py bd9279198c refactor: rename init file and update app.py to enable parsing method 6 months ago
block_pre_proc.py 7d8f68cbb9 refactor: improve overlap handling by removing smaller blocks in block_pre_proc.py and pipeline_magic_model.py 4 months ago
block_sort.py 284cec041a refactor: replace get_file_from_repos with auto_download_and_get_model_root_path in multiple files 5 months ago
boxbase.py 236a6033f1 refactor: improve block processing logic and enhance span handling 5 months ago
cli_parser.py e6f817fe6f refactor: extract command-line argument parsing to cli_parser.py and update usage in main functions 4 months ago
config_reader.py bd5252d946 fix: add conditional import for torch and torch_npu in config_reader.py 5 months ago
cut_image.py 38ace5dc61 refactor: streamline document analysis and enhance image handling in processing pipeline 5 months ago
draw_bbox.py c3db578247 fix: add line sorting logic for bounding boxes in PDF processing 3 months ago
enum_class.py ff11e602fc feat: enhance image processing by introducing ImageType enum and updating related functions 3 months ago
format_utils.py 6ed75347a6 Update mineru/utils/format_utils.py 4 months ago
hash_utils.py cbba27b4f5 refactor: reorganize project structure and update import paths 6 months ago
language.py 8f1f9abec5 refactor: enhance bounding box utilities and add configuration reader for S3 integration 6 months ago
llm_aided.py 1719c71a73 Merge pull request #2634 from Ar-Hyk/master 4 months ago
magic_model_utils.py 1906643c67 refactor: streamline bbox processing and enhance category tying logic in magic_model_utils.py 4 months ago
model_utils.py 51a6077876 fix: remove outdated todo comment in model_utils.py 3 months ago
models_download_utils.py fa9aaaa7b7 fix: update model path handling in model.py and models_download_utils.py 5 months ago
ocr_utils.py 2fcffcb0af fix: refactor image handling to use numpy arrays instead of PIL images 3 months ago
pdf_classify.py e429c5a840 fix: refactor PDF processing logic to ensure proper resource management and improve error handling 3 months ago
pdf_image_tools.py 2fcffcb0af fix: refactor image handling to use numpy arrays instead of PIL images 3 months ago
pdf_reader.py 26aa3d81e2 Update mineru/utils/pdf_reader.py 3 months ago
pdf_text_tool.py 1ed61cb5d6 refactor: update OCR span extraction logic and improve PDF page processing 5 months ago
run_async.py 8e55a52693 feat: add mineru-vlm backend. 6 months ago
span_block_fix.py 98d23e71ec refactor: rename overlap detection functions for consistency in ocr_utils.py and span_block_fix.py 4 months ago
span_pre_proc.py 1ee1550460 refactor: Optimize fill_char_in_spans using a spatial grid 4 months ago