- 01 Nov, 2024 7 commits
-
-
xu rui authored
-
icecraft authored
-
xu rui authored
-
Xiaomeng Zhao authored
fix(pdf_parse): improve span removal logic for all content types
-
myhloli authored
- Update remove_outside_spans function to handle all content types - Add processing for text and equation spans - Improve overlap calculation for better accuracy
-
myhloli authored
- Update remove_outside_spans function to handle all content types - Add processing for text and equation spans - Improve overlap calculation for better accuracy
-
myhloli authored
- Update remove_outside_spans function to handle all content types - Add processing for text and equation spans - Improve overlap calculation for better accuracy
-
- 31 Oct, 2024 2 commits
-
-
Xiaomeng Zhao authored
fix(pdf_parse): optimize span processing by removing outside spans
-
myhloli authored
- Add new function `remove_outside_spans` to filter spans based on image and table blocks - Reorder span processing steps to improve efficiency - Update imports to include `calculate_overlap_area_in_bbox1_area_ratio`
-
- 30 Oct, 2024 6 commits
-
-
Xiaomeng Zhao authored
-
liukaiwen authored
-
Xiaomeng Zhao authored
fix(magic_pdf): handle missing image_path in spans
-
myhloli authored
# Conflicts: # magic_pdf/dict2md/ocr_mkcontent.py
-
myhloli authored
- Add check for 'image_path' in spans to avoid errors when it's missing - Update image handling in both paragraph text and content dictionary - Improve error handling and make the code more robust
-
myhloli authored
- Update image content extraction to iterate through all spans in a block - Add support for extracting table content from spans within a block - Handle multiple content types within table spans (latex, html, image) - Refactor code to be more modular and easier to maintain
-
- 29 Oct, 2024 2 commits
-
-
Xiaomeng Zhao authored
(docs&build): switch to Aliyun PyPI mirror
-
myhloli authored
- Update PyPI mirror from Tsinghua to Aliyun in multiple Dockerfiles and installation scripts - This change may improve package download speed and reliability for users in China
-
- 28 Oct, 2024 23 commits
-
-
Xiaomeng Zhao authored
docs(README): update model download instructions for PDF-Extract-Kit 1.0
-
myhloli authored
- Update README.md and README_zh-CN.md to include new model download instructions - Provide detailed steps on how to download models after PDF-Extract-Kit 1.0 repository change - Emphasize the need to re-download models due to repository change
-
myhloli authored
- Update README.md and README_zh-CN.md to include new model download instructions - Provide detailed steps on how to download models after PDF-Extract-Kit 1.0 repository change - Emphasize the need to re-download models due to repository change
-
Xiaomeng Zhao authored
refactor(table): disable StructEqTable support and add TableMaster support
-
myhloli authored
- Remove import and usage of StructTableModel- Add support for TableMaster model- Update table model initialization logic to support TableMaster - Log error and exit if StructEqTable is selected, as it's under upgrade - Update README files to reflect changes in table parsing capabilities
-
Xiaomeng Zhao authored
fix: add priority match rule
-
icecraft authored
-
Xiaomeng Zhao authored
perf: table model update with PP OCRv4
-
liukaiwen authored
-
liukaiwen authored
-
liukaiwen authored
-
Kaiwen Liu authored
Dev
-
Xiaomeng Zhao authored
-
Xiaomeng Zhao authored
-
Xiaomeng Zhao authored
docs: update documentation path in README files
-
myhloli authored
- Update image path in README.md and README_zh-CN.md - Update chemical formula recognition link in README.md and README_zh-CN.md
-
Xiaomeng Zhao authored
docs: update logo path in README files
-
myhloli authored
- Change the logo path from 'docs/images/MinerU-logo.png' to 'old_docs/images/MinerU-logo.png' in both README.md and README_zh-CN.md- This update ensures that the correct logo is displayed in the project's README files
-
Xiaomeng Zhao authored
docs(README): update for v0.9.0 release
-
myhloli authored
- Delete unnecessary empty line in the table-config JSON example- Improve readability and formatting consistency in the configuration example
-
myhloli authored
- Add changelog for v0.9.0 release with major refactoring and improvements - Update key features list to include new functionalities - Modify system requirements and hardware support information - Add section for deploying derived projects - Update known issues and TODO list
-
Xiaomeng Zhao authored
Feat/new table caption match
-
icecraft authored
-