- 06 Nov, 2024 24 commits
-
-
Xiaomeng Zhao authored
-
Xiaomeng Zhao authored
docs(README): update version number and improve documentation formatting
-
Xiaomeng Zhao authored
docs(README): update version number and improve documentation formatting
-
myhloli authored
docs(model): update model download instructions- Remove outdated information about git lfs download method - Clarify the version-specific instructions for model updates - Improve readability and structure of the documentation
-
myhloli authored
- Change heading from "!IMPORTANT" to "!WARNING" for pre-installation notice - This update improves clarity and consistency in the documentation
-
myhloli authored
- Add important notice about git lfs download issues in model download docs - Include warning about 0.9.x version changes in model update section - Add tip for finding user directory in config file location - Improve readability of TODO list in README files - Standardize important notices and tips across multiple language versions
-
myhloli authored
- Update version number from 0.9.1 to 0.9.2 in both English and Chinese README files - Enhance documentation formatting: - Add important notices and tips using Markdown admonitions - Improve readability with better headings and lists - Update screenshots and code examples
-
Xiaomeng Zhao authored
Release 0.9.2
-
Xiaomeng Zhao authored
refactor(model): remove unused code and simplify OCR model initialization
-
myhloli authored
- Remove unused code for copying detection and recognition models - Simplify OCR model initialization using atom_model_manager - Delete unnecessary comments and empty lines
-
Xiaomeng Zhao authored
fix: add ci repository
-
Xiaomeng Zhao authored
-
myhloli authored
-
Xiaomeng Zhao authored
Release 0.9.1
-
Xiaomeng Zhao authored
-
Xiaomeng Zhao authored
docs(README): update changelog for v0.9.1 release
-
Xiaomeng Zhao authored
docs(README): update changelog for v0.9.1 release
-
myhloli authored
docs(README): update changelog for v0.9.1 release- Add entry for 0.9.1 release on 2024/11/06- Update changelog in both English (README.md) and Chinese (README_zh-CN.md) - Include integration of StructTable-InternVL2-1B model for table recognition
-
Xiaomeng Zhao authored
docs: update arXiv paper link in README files
-
Xiaomeng Zhao authored
docs: update arXiv paper link in README files
-
myhloli authored
- Replace the incorrect arXiv paper link with the correct one in both README.md and README_zh-CN.md - Update the badge image link from 'pdf' to 'abs' for the correct paper URL
-
Xiaomeng Zhao authored
test(table): improve HTML validation for table extraction
-
myhloli authored
- Add lxml dependency for HTML parsing - Update test case to use XPath and HTML parser for structure and content validation - Check for presence of essential HTML elements like <table>, <thead>, <tbody>, <tr>, and <td> - Validate column headers and specific row contents
-
Xiaomeng Zhao authored
feat: mineru_demo接口文档替换为链接
-
- 05 Nov, 2024 11 commits
-
-
houlinfeng authored
-
yyy authored
-
yyy authored
-
myhloli authored
- Remove outdated version options (0.6.x, 0.7.x, 0.8.x)- Add current version option (0.9.x)
-
Xiaomeng Zhao authored
docs(faq): add troubleshooting for illegal instruction error on Linux servers
-
myhloli authored
- Add information about AVX/AVX2 instruction set issues on Linux servers - Provide guidance for users encountering "Illegal instruction (core dumped)" error - Suggest contacting system administrator or changing servers as potential solutions - Include relevant issue references for context
-
Xiaomeng Zhao authored
fix(table): improve table image processing
-
myhloli authored
- Replace np.array with np.asarray for better performance - Add image color conversion from RGB to BGR using OpenCV
-
myhloli authored
-
Xiaomeng Zhao authored
docs(README): update Colab demo link
-
myhloli authored
- Update the Colab demo link in the README files to the new version - Add a note in the Japanese README indicating that the document is outdated
-
- 04 Nov, 2024 5 commits
-
-
Xiaomeng Zhao authored
chore: add CSS and SCSS files to linguist-vendored- Update .gitattributes to mark CSS and SCSS files as vendored
-
myhloli authored
chore: add CSS and SCSS files to linguist-vendored- Update .gitattributes to mark CSS and SCSS files as vendored- Ensure these files are not included in language statistics
-
Xiaomeng Zhao authored
fix(merge_text): add ligature replacement functionality #305 #241
-
myhloli authored
- Implement __replace_ligatures function to split ligature characters- Integrate ligature replacement into the merge_para_with_text function - Handle common ligatures such as fi, fl, ff, ffi, and ffl
-
Xiaomeng Zhao authored
chore: add .gitattributes to configure file linguist attributes
-