Merge pull request #7 from opendatalab/dev
Dev
Showing
.readthedocs.yaml
0 → 100644
magic_pdf/config/__init__.py
0 → 100644
magic_pdf/config/enums.py
0 → 100644
magic_pdf/data/__init__.py
0 → 100644
magic_pdf/data/dataset.py
0 → 100644
magic_pdf/data/io/base.py
0 → 100644
magic_pdf/data/io/http.py
0 → 100644
magic_pdf/data/io/s3.py
0 → 100644
magic_pdf/data/read_api.py
0 → 100644
magic_pdf/data/schemas.py
0 → 100644
magic_pdf/data/utils.py
0 → 100644
magic_pdf/utils/__init__.py
0 → 100644
next_docs/en/Makefile
0 → 100644
216 KB
next_docs/en/api.rst
0 → 100644
next_docs/en/api/dataset.rst
0 → 100644
next_docs/en/api/io.rst
0 → 100644
next_docs/en/api/schemas.rst
0 → 100644
next_docs/en/api/utils.rst
0 → 100644
next_docs/en/conf.py
0 → 100644
next_docs/en/index.rst
0 → 100644
next_docs/en/make.bat
0 → 100644
next_docs/requirements.txt
0 → 100644
next_docs/zh_cn/Makefile
0 → 100644
216 KB
next_docs/zh_cn/conf.py
0 → 100644
next_docs/zh_cn/index.rst
0 → 100644
next_docs/zh_cn/make.bat
0 → 100644
File added
File added
No preview for this file type
No preview for this file type
File added
File added
File added
projects/gradio_app/examples/garbled_formula.pdf
100755 → 100644
No preview for this file type
File deleted
File deleted
File added
projects/multi_gpu/README.md
0 → 100644
projects/multi_gpu/client.py
0 → 100644
projects/multi_gpu/server.py
0 → 100644
File added
... | ... | @@ -8,7 +8,6 @@ pdfminer.six==20231228 |
pydantic>=2.7.2,<2.8.0 | ||
PyMuPDF>=1.24.9 | ||
scikit-learn>=1.0.2 | ||
wordninja>=2.0.0 | ||
torch>=2.2.2,<=2.3.1 | ||
transformers | ||
# The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator. |
tests/test_data/__init__.py
0 → 100644
File added
File added
326 KB
410 KB
tests/test_model/__init__.py
0 → 100644
File added
This source diff could not be displayed because it is too large. You can view the blob instead.
File added