1. 06 Aug, 2024 6 commits
    • 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
  2. 05 Aug, 2024 5 commits
  3. 04 Aug, 2024 5 commits
  4. 02 Aug, 2024 15 commits
    • myhloli's avatar
      docs: specify absolute path for model weights configuration · 9778a461
      myhloli authored
      Update the README documents to clarify that the "models-dir" in the
      configuration should be an absolute path. Also, provide additional guidance
      for Windows users on how to correctly format the path to avoid common issues
      with path escaping in JSON files.
      9778a461
    • myhloli's avatar
      docs: add wget command for Ubuntu and powershell script for Windows · 44a2dc37
      myhloli authored
      Add instructions to download the magic-pdf.template.json file using wget on
      Ubuntu and a PowerShell script on Windows in the respective README files.
      This is to facilitate the setup process by providing direct download options,
      replacing manual file transfers.
      44a2dc37
    • sfk's avatar
      Update README_zh-CN_v2.md · f6d399f2
      sfk authored
      add demo url
      f6d399f2
    • myhloli's avatar
      docs(README_zh-CN_v2): add note on GPU acceleration for CUDA supported devices · 99d284a7
      myhloli authored
      Add a note in the README_zh-CN_v2.md to clarify the availability of GPU
      acceleration for devices supporting CUDA, directing users to specific
      tutorials based on their operating system.
      99d284a7
    • myhloli's avatar
      fix(docs): pin Magic-PDF version to 0.6.2b1 in install commands · a0c62b26
      myhloli authored
      Update the install commands in both Ubuntu and Windows CUDA Acceleration
      guides to specify Magic-PDF version 0.6.2b1, ensuring consistency andavoiding potential version mismatches.
      a0c62b26
    • 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
    • myhloli's avatar
      docs(models_zh_cn): update download methods from ModelScope · a24890b1
      myhloli authored
      Update the download methods for models in the Chinese documentation to reflect
      the latest options available from ModelScope. Simplify the section titles and
      revise download instructions for clarity and consistency.
      a24890b1
    • myhloli's avatar
      Merge remote-tracking branch 'origin/master' · a53cb30f
      myhloli authored
      a53cb30f
    • myhloli's avatar
      docs: update model download instructions and CUDA acceleration setup · 3ef4d054
      myhloli authored
      Update the documentation to reflect the latest model download procedures, emphasis on
      model file integrity checks, and expanded instructions for setting up CUDA accelerationon Ubuntu and Windows environments. The README files for various OS have been
      enhanced with additional details to assist users in configuring and verifying their
      environments for optimal performance.
      3ef4d054
    • xuchao's avatar
      delete old magic-pdf cli · 8d88330d
      xuchao authored
      8d88330d
    • xuchao's avatar
    • xuchao's avatar
      fix some misdescription in document · f052c75e
      xuchao authored
      f052c75e
    • myhloli's avatar
      docs(zh-CN): update installation guide for magic-pdf · 1c5b42e0
      myhloli authored
      Update the Chinese documentation to include detailed steps for installingmagic-pdf using CPU and GPU. These updates clarify the process for end
      users, addressing common issues such as configuration file placement and
      model weight file downloads. The documentation now provides users with
      direct links and version validation steps to ensure a smoother installation
      experience.
      1c5b42e0
    • Kaiwen Liu's avatar
      feat(model inference): add table recognition and conversion to LaTeX (#284) · 37925f36
      Kaiwen Liu authored
      * # add table recognition using struct-eqtable
      ## Changelog
      31/07/20204
      - Support table recognition. Table images will be converted into html.
      
      ### how to use the new feature:
      set the attribute 'table-mode' to 'true' in magic-pdf.json
      
      ### caution:
      it takes 200s to 500s to convert a single table image using cpu
      
      * # add table recognition using struct-eqtable
      ## Changelog
      31/07/20204
      - Support table recognition. Table images will be converted into LaTex.
      
      ### how to use the new feature:
      set the attribute 'table-mode' to 'true' in magic-pdf.json
      
      ### caution:
      it takes 200s to 500s to convert a single table image using cpu
      
      * # feat(model inference): add table recognition and convertion to LaTeX
      
      # What's Changed
      
      ### New Features
      
      - Add table content recognition, we use weights of [StructEqTable](https://github.com/UniModal4Reasoning/StructEqTable-Deploy) to convert table image to LaTex.
      
      ### Instruction
      
      - pip install pypandoc struct-eqtable==0.1.0
      - Download [StructEqTable weights](https://huggingface.co/wanderkid/PDF-Extract-Kit/tree/main/models/TabRec) and put it under models/ directory.
      - Edit 'table-mode' value to turn on table recognition function which is turned off by default.
      - If you did not download any models before, refer to [how to download models](docs/how_to_download_models_zh_cn.md)。
      
      * add table recognition and convertion to LaTeX
      
      * add table recognition and conversion to LaTeX
      
      * add table recognition and conversion to LaTeX
      
      * add table recognition and conversion to LaTeX
      
      ---------
      Co-authored-by: 's avatarliukaiwen <liukaiwen@pjlab.org.cn>
      37925f36
    • myhloli's avatar
      docs(output-file): correct poly coordinate format and update table descriptions · 41737adf
      myhloli authored
      - Fix the description of the 'poly' coordinate format in the output file documentation to correctly reflect the order of coordinates: left-top, right-top, right-bottom,
        left-bottom.
      - Update various table-related descriptions for clarity and consistency, including
        field names and their corresponding explanations.
      - Add version name field description in 'middle.json' structure to document the
        version of the magic-pdf used in the parsing process.
      - Refactor the block and line description tables to improve readability and alignment
        with the rest of the documentation.
      41737adf
  5. 01 Aug, 2024 9 commits
    • icecraft's avatar
      feat: remove dummpy code, magic_pdf/cli, magic_pdf/train_utils (#291) · e155d322
      icecraft authored
      * feat: remove dummpy code, magic_pdf/cli, magic_pdf/train_utils
      
      * feat: expose version in command line
      
      ---------
      Co-authored-by: 's avatarshenguanlin <shenguanlin@pjlab.org.cn>
      e155d322
    • myhloli's avatar
      docs: update README for Ubuntu CUDA Acceleration · 15125623
      myhloli authored
      - Adjust command installation format for PaddlePaddle GPU.
      - Clarify instruction numbering for testing OCR acceleration.
      15125623
    • myhloli's avatar
      docs(zh_CN): update Ubuntu CUDA setup guide for accuracy · a09291ad
      myhloli authored
      Update the Ubuntu CUDA Acceleration setup guide to reflect the correct user directory
      path and improve the clarity of instructions. Remove references to Windows and macOS
      as they are out of scope for this document. Ensure the configuration file copying
      command is correctly represented for Linux users.
      a09291ad
    • myhloli's avatar
      fix(docs): correct link to magic-pdf.template.json in README · 51a0bf4a
      myhloli authored
      Update the link to the magic-pdf.template.json configuration template file in the
      README_Ubuntu_CUDA_Acceleration_zh_CN.md document. The file path was previously
      incorrect and has been amended to point to the correct location.
      51a0bf4a
    • myhloli's avatar
      docs(magic-pdf): update model directory reference in configuration · 866e47a0
      myhloli authored
      Update the instruction in README_Ubuntu_CUDA_Acceleration_zh_CN.md to reference
      the correct section number for downloading the model weights. This change ensures
      that users are directed to the correct location in the document for setting up the
      model directory in the magic-pdf.json configuration.
      866e47a0
    • myhloli's avatar
      Merge remote-tracking branch 'origin/master' · 92b981bd
      myhloli authored
      92b981bd
    • myhloli's avatar
      docs: update Ubuntu CUDA acceleration guide for version 0.6.2- Add steps for... · fc18a5cf
      myhloli authored
      docs: update Ubuntu CUDA acceleration guide for version 0.6.2- Add steps for Ubuntu 22.04 LTS installation.
      - Detail the process of checking, installing, and configuring NVIDIA drivers.
      - Include instructions for installing Anaconda and creating a specific environment.
      - Provide guidance on installing magic-pdf and its dependencies.
      - Add a note to verify magic-pdf version and report issues if necessary.
      - Describe the process of downloading models and configuring the application.
      - Include a sample command to run the application with CUDA acceleration.
      - Add a note for enabling OCR CUDA acceleration with specific GPU requirements.
      
      This update ensures users have the latest information for setting up CUDA accelerationwith magic-pdf on Ubuntu 22.04 LTS, specifically for version 0.6.2, and provides clearer
      instructions on the installation and configuration process.
      fc18a5cf
    • xuchao's avatar
      modify command usage document · a5e13b97
      xuchao authored
      a5e13b97
    • xuchao's avatar
      modify readme_zh-cn_v2.md · 1d2f55a3
      xuchao authored
      1d2f55a3