- 01 Aug, 2024 1 commit
-
-
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.
-