Skip to content
Snippets Groups Projects
Commit 21416ef7 authored by Mélodie's avatar Mélodie
Browse files

Apply 8a0ee85b

parent f5dfbf7f
No related branches found
No related tags found
No related merge requests found
# DAN: a Segmentation-free Document Attention Network for Handwritten Document Recognition
[![Python >= 3.10](https://img.shields.io/badge/Python-%3E%3D3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)
## Documentation
To use DAN in your own scripts, install it using pip:
......
......@@ -21,6 +21,7 @@ setup(
author="Teklia",
author_email="contact@teklia.com",
url="https://gitlab.com/teklia/atr/dan",
python_requires=">=3.10",
install_requires=parse_requirements("requirements.txt"),
packages=find_packages(),
entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment