- 20 Aug, 2024 4 commits
-
-
icecraft authored
* feat: rename the file generated by command line tools * feat: add pdf filename as prefix to {span,layout,model}.pdf --------- Co-authored-by:
icecraft <tmortred@gmail.com> Co-authored-by:
icecraft <xurui1@pjlab.org.cn>
-
Xiaomeng Zhao authored
Tuned the detection box threshold parameter in the OCR model initialization to improve the accuracy of text extraction from images. The threshold was modified from 0.6 to 0.3 to filter out smaller detection boxes, which is expected to enhance the quality of the extracted text by reducing noise and false positives in the OCR process.
-
Xiaomeng Zhao authored
Merge adjacent and overlapping detection boxes to optimize text region detection in the document. Post processing of text boxes is enhanced by consolidating them into larger text lines, taking into account their vertical and horizontal alignment. This improvement reduces fragmentation and improves the readability of detected text blocks.
-
Xiaomeng Zhao authored
Optimize the language detection logic to enhance content formatting. This change addresses issues with long word segmentation. Language detection now uses a threshold to determine the language of a text based on the proportion of English characters. Formatting rules for content have been updated to consider a list of languages (initially including Chinese, Japanese, and Korean) where no space is added between content segments for inline equations and text spans, improving the handling of Asian languages. The impact of these changes includes improved accuracy in language detection, better segmentation of long words, and more appropriate spacing in content formatting for multiple languages.
-
- 16 Aug, 2024 3 commits
-
-
Xiaomeng Zhao authored
-
Xiaomeng Zhao authored
-
Aoyang Fang authored
Co-authored-by:
drunkpig <60862764+drunkpig@users.noreply.github.com>
-
- 13 Aug, 2024 1 commit
-
-
drunkpig authored
correct FAQ url Co-authored-by:
sfk <18810651050@163.com>
-
- 12 Aug, 2024 2 commits
- 10 Aug, 2024 1 commit
-
-
myhloli authored
Add FAQ entries in both English and Chinese to address the issue where the libGL.so.1 library is missing on Ubuntu22.04 when running under WSL2. The FAQ now includes instructions on how to install the missing library, resolvingthe corresponding ImportError.Closes https://github.com/opendatalab/MinerU/issues/388
-
- 09 Aug, 2024 29 commits
-
-
sfk authored
-
sfk authored
-
sfk authored
-
sfk authored
-
myhloli authored
-
Xiaomeng Zhao authored
feat(draw_bbox): add model bbox drawing functionality
-
myhloli authored
Implement the feature to draw bounding boxes for model elements in the PDF. This includes adding new drawing functions and modifying existing ones to accommodate the new feature. Also, updates are made to CLI tools and common utilities to support the model bbox drawing.
-
xuchao authored
-
sfk authored
-
sfk authored
-
sfk authored
edit FAQ
-
sfk authored
update doc url
-
sfk authored
update discord url
-
sfk authored
update content
-
sfk authored
update content
-
sfk authored
-
Xiaomeng Zhao authored
-
sfk authored
-
sfk authored
-
sfk authored
-
sfk authored
-
sfk authored
-
sfk authored
-
sfk authored
-
sfk authored
-
Xiaomeng Zhao authored
fix(doc-analyze): adjust image scaling limit to 9000 pixels
-
myhloli authored
Previously, images were not enlarged if their width or height exceeded 3000 pixels. This threshold has been increased to 9000 pixels to better handle high-resolutionscans and improve the analysis of documents with larger dimensions.
-
xuchao authored
-
xuchao authored
-