1. 28 Oct, 2024 1 commit
  2. 14 Oct, 2024 1 commit
  3. 10 Sep, 2024 1 commit
  4. 06 Sep, 2024 2 commits
  5. 20 Aug, 2024 1 commit
    • Xiaomeng Zhao's avatar
      fix(ocr_mkcontent): revise table caption output (#397) · dd19f59e
      Xiaomeng Zhao authored
      
      
      * fix(ocr_mkcontent): revise table caption output
      
      - Ensuring that
        table captions are properly included in the output.
      - Remove the redundant `table_caption` variable。
      
      * Update cla.yml
      
      * Update bug_report.yml
      
      * feat(cli): add debug option for detailed error handling
      
      Enable users to invoke the CLI command with a new debug flag to get detailed debugging information.
      
      * fix(pdf-extract-kit): adjust crop_paste parameters for better accuracyThe crop_paste_x and crop_paste_y values in the pdf_extract_kit.py have been modified
      to improve the accuracy and consistency of OCR processing. The new values are set to 25
      to ensure more precise image cropping and pasting which leads to better OCR recognition
      results.
      
      * Update README_zh-CN.md (#404)
      
      correct FAQ url
      
      * Update README_zh-CN.md (#404) (#409) (#410)
      
      correct FAQ url
      Co-authored-by: default avatarsfk <18810651050@163.com>
      
      * Update FAQ_zh_cn.md
      
      add new issue
      
      * Update FAQ_en_us.md
      
      * Update README_Windows_CUDA_Acceleration_zh_CN.md
      
      * Update README_zh-CN.md
      
      * @Thepathakarpit has signed the CLA in opendatalab/MinerU#418
      
      * fix(pdf-extract-kit): increase crop_paste margin for OCR processingDouble the crop_paste margin from25 to 50 to ensure better OCR accuracy and
      handling of border cases. This change will help in improving the overall quality of
      OCR'ed text by providing more context around the detected text areas.
      
      * fix(common): deep copy model list before drawing model bbox
      
      Use a deep copy of the original model list in `drow_model_bbox` to avoid potential
      modifications to the source data. This ensures the integrity of the original models
      is maintained while generating the model bounding boxes visualization.
      
      ---------
      Co-authored-by: default avatarsfk <18810651050@163.com>
      Co-authored-by: default avatardrunkpig <60862764+drunkpig@users.noreply.github.com>
      Co-authored-by: default avatargithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
      dd19f59e
  6. 13 Aug, 2024 1 commit
  7. 10 Aug, 2024 1 commit
  8. 09 Aug, 2024 1 commit
  9. 06 Aug, 2024 1 commit
    • myhloli's avatar
      docs(FAQ): update troubleshooting sections for offline deployment and Mac issues · 2eaa9ca1
      myhloli authored
      - Note the fix in version 0.6.2b1 for the network error during the first run of offline  deployment and clarify the model download requirement.
      - Update the dependency installation guide for users on macOS with Intel CPUs.
      - Indicate the resolution in version 0.6.2b1 for compatibility issues with paddlepaddle
        version 2.6.1 on certain Linux systems.
      
      This change aims to make the FAQ more informative and easier to navigate for users
      experiencing similar issues, providing direct solutions and links where applicable.
      2eaa9ca1
  10. 02 Aug, 2024 1 commit
    • myhloli's avatar
      docs(FAQ): update dependency installation troubleshooting · 961330f7
      myhloli authored
      Update the FAQ to clarify the dependency installation issue when using magic-pdf. Ensure
      users are directed to install the specific version of magic-pdf that resolves the dependency
      error, rather than listing all individual dependencies. This simplifies the troubleshooting process
      and provides a direct solution for users encountering the "Required dependency not installed"
      error.
      961330f7
  11. 01 Aug, 2024 1 commit
  12. 29 Jul, 2024 1 commit
  13. 24 Jul, 2024 2 commits
  14. 17 Jul, 2024 5 commits