- 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 1 commit
-
-
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.
-