Metadata-Version: 2.1
Name: doc2graph
Version: 3.0.0
Summary: Repo to transform Documents to Graphs, performing several tasks on them.
Home-page: https://github.com/bilykigor/doc2graph
Author: Ihor Bilyk fork Andrea Gemelli
License: Apache License 2.0
Keywords: document analysis graph
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >= 3.7
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: torch ==2.1.0+cpu
Requires-Dist: torch-geometric
Requires-Dist: sentence-transformers
Requires-Dist: dgl
Requires-Dist: segmentation-models-pytorch ==0.2.1
Requires-Dist: opencv-python ==4.6.0.66
Requires-Dist: setuptools-git-versioning ==1.9.2
Requires-Dist: setuptools ==65.5.1
Requires-Dist: python-dotenv ==0.20.0
Requires-Dist: wget ==3.2
Requires-Dist: pytesseract ==0.3.9
Requires-Dist: itsdangerous ==2.0.1
Requires-Dist: tensorboard ==2.9.1
Requires-Dist: price-parser
Requires-Dist: dateparser
Requires-Dist: fabric ==3.2.1
Requires-Dist: attrdict3

# <p align=center>`Doc2Graph`</p> 

This library is fork development from https://github.com/andreagemelli/doc2graph.


```
pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url &&
https://download.pytorch.org/whl/cu113 &&
pip install dgl-cu113 dglgo -f https://data.dgl.ai/wheels/repo.html &&
pip install setuptools-git-versioning && pip install -e . &&
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.3.0/en_core_web_lg-3.3.0.tar.gz
```
