Metadata-Version: 2.1
Name: doc2graph
Version: 2.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: easyocr ==1.6.2
Requires-Dist: spacy ==3.3.3
Requires-Dist: segmentation-models-pytorch ==0.2.1
Requires-Dist: attrdict3
Requires-Dist: pydantic ==1.8.2
Requires-Dist: opencv-python ==4.5.5.64
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: torch-geometric
Requires-Dist: sentence-transformers
Requires-Dist: price-parser
Requires-Dist: dateparser
Requires-Dist: fabric ==3.2.1

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

![model](model.png)

[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/doc2graph-a-task-agnostic-document/entity-linking-on-funsd)](https://paperswithcode.com/sota/entity-linking-on-funsd?p=doc2graph-a-task-agnostic-document) [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/doc2graph-a-task-agnostic-document/semantic-entity-labeling-on-funsd)](https://paperswithcode.com/sota/semantic-entity-labeling-on-funsd?p=doc2graph-a-task-agnostic-document)

![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![PyTorch](https://img.shields.io/badge/PyTorch-%23EE4C2C.svg?style=for-the-badge&logo=PyTorch&logoColor=white)

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
```
