"research/efficient-hrl/environments/point_maze_env.py" did not exist on "89c7c98711be067e93f37a4bcf71b645f3e301bb"
- 09 Aug, 2024 3 commits
- 06 Aug, 2024 2 commits
-
-
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.
-
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.
-
- 02 Aug, 2024 9 commits
-
-
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.
-
sfk authored
add demo url
-
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.
-
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.
-
xuchao authored
-
xuchao authored
-
xuchao authored
-
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.
-
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:
liukaiwen <liukaiwen@pjlab.org.cn>
-
- 01 Aug, 2024 7 commits
-
-
icecraft authored
* feat: remove dummpy code, magic_pdf/cli, magic_pdf/train_utils * feat: expose version in command line --------- Co-authored-by:shenguanlin <shenguanlin@pjlab.org.cn>
-
xuchao authored
-
xuchao authored
-
icecraft authored
* feat: refractor cli command * feat: add docs to describe the output files of cli * feat: resove review comments * feat: updat docs about middle.json --------- Co-authored-by:shenguanlin <shenguanlin@pjlab.org.cn>
-
xuchao authored
-
myhloli authored
Change the URLs in the installation instructions to new mirrors that are expected to provide faster downloads for users. This update affects the installation guides for both detectron2 and magic-pdf in the Chinese documentation.
-
liukaiwen authored
# 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)。
-
- 31 Jul, 2024 3 commits
-
-
myhloli authored
A pre-release version0.6.2b1 of magic-pdf is now available. This version includes many fixes addressed in our logs but has not undergone full QA testing. Users are advised to report any issues encountered or revert to version 0.6.1. The installationguides in both Japanese and Chinese READMEs have been updated to reflect the availability of this pre-release version and the previous stable version. BREAKING CHANGE: Installation commands now point to version 0.6.2b1 by default. Users who wish to install the stable version 0.6.1 should follow the provided command instead.
-
xuchao authored
-
myhloli authored
-
- 30 Jul, 2024 9 commits
-
-
xuchao authored
-
xuchao authored
-
xuchao authored
-
myhloli authored
-
myhloli authored
-
myhloli authored
- Emphasize the importance of mainline support for stability and reliability. - Define the supported operating systems, CPU architectures, memory requirements, Python versions, Nvidia drivers, and CUDA environments. - Provide guidance on GPU hardware support and minimum/recommended configurations. - Include a note on compatibility issues and the importance of using the specified versions of dependencies. - Update installation command and verify version to prevent incorrect package installations. - Add missing GPU quick start guides for Ubuntu and Windows. - Refactor usage example code by initializing an empty list for `model_list` and adding a call to `pipe.pipe_analyze()`.
-
xuchao authored
Redesign the structure of the readme.md to make the document hierarchy clearer, making it easier for users to understand.
-
xuchao authored
Redesign the structure of the readme.md to make the document hierarchy clearer, making it easier for users to understand.
-
xuchao authored
Redesign the structure of the readme.md to make the document hierarchy clearer, making it easier for users to understand.
-