1. 09 Aug, 2024 17 commits
  2. 08 Aug, 2024 2 commits
  3. 07 Aug, 2024 11 commits
  4. 06 Aug, 2024 10 commits
    • myhloli's avatar
      docs(readme): update acknowledgment section and project description-... · 6350f349
      myhloli authored
      docs(readme): update acknowledgment section and project description- Streamline the Acknowledgments section in the README by removing redundant entries.- Clarify the project's current use of PyMuPDF and future plans for exploring a more  permissively licensed PDF processing library in the project description.
      - Ensure all modifications adhere to the project's documentation standards and improve reader understanding.
      6350f349
    • myhloli's avatar
      docs(models-download): update steps and remove deprecated sectionsUpdate the... · d2a8cb42
      myhloli authored
      docs(models-download): update steps and remove deprecated sectionsUpdate the model download instructions to reflect the current process, removing
      unnecessary sections and simplifying the steps. The updated guide now includesclearer instructions on installing Git LFS, downloading models from Hugging Face,and additional checks for model file completeness. This change ensures that the
      documentation is up-to-date and provides a streamlined experience for users
      downloading models.
      d2a8cb42
    • myhloli's avatar
      docs: correct path format description in Windows CUDA docsUpdate the... · c723cc65
      myhloli authored
      docs: correct path format description in Windows CUDA docsUpdate the instructions in the Windows CUDA Acceleration documentation toreflect the correct path format. Specifically, clarify that Windows paths
      should include the drive letter and replace backslashes with forward slashes.
      c723cc65
    • myhloli's avatar
    • myhloli's avatar
      docs: update URLs to gitee for Windows CUDA acceleration guides · d3e42e08
      myhloli authored
      Update the URLs for downloading the `magic-pdf.template.json` and `small_ocr.pdf`
      files in the Windows CUDA acceleration guides. The links now point to the giteerepository instead of GitHub, ensuring users have access to the necessary files
      from the correct source.
      d3e42e08
    • myhloli's avatar
      docs(zh_CN): update Ubuntu CUDA Acceleration guide · 020602eb
      myhloli authored
      - Streamline the installation process by removing the redundant apt update step.
      - Adjust the numbering of installation steps throughout the document.
      - Update download URLs to gitee for the configuration template and demo file.
      - Ensure consistency in the model directory configuration advice.
      020602eb
    • myhloli's avatar
      docs: add Ubuntu 22.04 LTS CUDA acceleration setup guide · 4d7dc065
      myhloli authored
      Add a new README_Ubuntu_CUDA_Acceleration_en_US.md document to provide users with a
      setup guide for enabling and testing CUDA acceleration on Ubuntu 22.04 LTS. The guideincludes steps to check and install NVIDIA drivers, install Anaconda, create a conda
      environment, install required applications, download and verify models, configure theenvironment, and test CUDA acceleration.
      
      This addition addresses the need for clear, concise instructions on achieving better
      performance with CUDA-enabled graphics cards and
      4d7dc065
    • 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
    • myhloli's avatar
      docs: add conda install steps for environment setupAdd detailed steps on how... · b0bd91dc
      myhloli authored
      docs: add conda install steps for environment setupAdd detailed steps on how to create a conda environment and activate it beforeproceeding with the pip installation of magic-pdf and required dependencies.
      This provides users with a clearer guide on setting up their environment.
      b0bd91dc
    • myhloli's avatar
      Update version.py with new version · 5fcfd8b4
      myhloli authored
      5fcfd8b4