- 05 Nov, 2024 7 commits
-
-
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 11 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
-
myhloli authored
- Set .js and .mjs files as vendored - Set .html files as documentation
-
Xiaomeng Zhao authored
feat(model): add HTML minification to StructTableModel
-
myhloli authored
- Import 're' module for regular expression operations - Implement HTML minification for 'output_format=html' - Add 'minify_html' method to remove unnecessary whitespace and format HTML
-
Xiaomeng Zhao authored
feat(table): upgrade StructEqTable model and integrate into PDF Extract Kit
-
myhloli authored
- Comment out an unused code block in the ppTableModel.py file - Improve code readability and maintainability by removing unnecessary code
-
myhloli authored
- Update StructTableModel to use the latest struct-eqtable library - Add support for HTML table extraction in PDF Extract Kit - Improve error handling and model initialization - Update dependencies in setup.py for struct-eqtable
-
- 03 Nov, 2024 4 commits
-
-
Xiaomeng Zhao authored
fix(dict2md): improve text concatenation logic
-
myhloli authored
- Optimize content stripping and checking logic - Add special case handling for single-character content - Adjust spacing rules for different content types
-
Xiaomeng Zhao authored
feat(para_split_v3): improve list identification with block aspect ratio
-
myhloli authored
- Add block_height calculation to determine block aspect ratio - Update list identification condition to include aspect ratio check - Improve code readability with better formatting and line breaks
-
- 02 Nov, 2024 5 commits
-
-
Xiaomeng Zhao authored
docs(tutorial): update magic-pdf command with output directory
-
myhloli authored
- Add '-o ./output' flag to magic-pdf command in multiple documentation files
-
Xiaomeng Zhao authored
feat(list): improve list detection algorithm & fix(list): improve list identification accuracy
-
myhloli authored
feat(list): improve list detection algorithm- Add center_close_num and external_sides_not_close_num variables to analyze line positioning - Implement new list detection condition for centered lines - Enhance existing list detection logic with additional checks
-
myhloli authored
fix(list): improve list identification accuracy- Adjust the threshold for determining right-side spacing to 0.26 * block_weight - Add TODO comment for special list identification with all centered lines- Modify the condition for recognizing short item lists with left alignment - Update the condition for identifying the end of a list item
-
- 01 Nov, 2024 13 commits
-
-
Xiaomeng Zhao authored
fix(ocr_mkcontent): improve content handling for different languages and equation types
-
myhloli authored
- Include InlineEquation in the condition for handling text content - Remove separate block for InlineEquation processing - Ensures consistent handling of inline equations and text, improving content formatting
-
myhloli authored
fix(ocr_mkcontent): improve content handling for different languages and equation types- Adjust content formatting for Chinese, Japanese, Korean, and Western languages - Implement proper spacing rules around inline equations- Remove unnecessary empty lines in paragraph text
-
Xiaomeng Zhao authored
Feat/tune docs
-
Xiaomeng Zhao authored
feat(pdf_parse): improve span filtering and add new block types
-
myhloli authored
- Refactor remove_outside_spans function to filter spans more accurately - Add image_footnote, index, and list block types to output file documentation - Update draw_span_bbox to use preproc_blocks instead of para_blocks - Bump version to 0.9.0
-
xu rui authored
-
xu rui authored
-
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
-