Commits on Source (14)
-
Manon Blanco authored
-
Manon Blanco authored
-
Yoann Schneider authored
Publish on the GitLab package registry See merge request !344
-
Yoann Schneider authored
Pin pytest under version 8.0.0 See merge request !351
-
Yoann Schneider authored
-
-
Yoann Schneider authored
Remove `pytest-lazy-fixture` Closes #258 See merge request !352
-
-
Yoann Schneider authored
Remove invalid characters to build valid XML tag Closes #257 See merge request !350
-
-
Manon Blanco authored
Depend on Nerval pypi package See merge request !353
-
Yoann Schneider authored
-
Manon Blanco authored
-
Yoann Schneider authored
Update command line in the documentation See merge request !354
Showing
- .gitlab-ci.yml 45 additions, 5 deletions.gitlab-ci.yml
- .gitmodules 0 additions, 3 deletions.gitmodules
- Dockerfile 3 additions, 5 deletionsDockerfile
- README.md 14 additions, 3 deletionsREADME.md
- VERSION 1 addition, 1 deletionVERSION
- ci/build.sh 1 addition, 1 deletionci/build.sh
- dan/datasets/extract/utils.py 6 additions, 3 deletionsdan/datasets/extract/utils.py
- dan/ocr/evaluate.py 3 additions, 3 deletionsdan/ocr/evaluate.py
- docs/get_started/development.md 3 additions, 1 deletiondocs/get_started/development.md
- docs/get_started/index.md 18 additions, 16 deletionsdocs/get_started/index.md
- docs/usage/train/config.md 3 additions, 1 deletiondocs/usage/train/config.md
- nerval 0 additions, 1 deletionnerval
- pyproject.toml 1 addition, 0 deletionspyproject.toml
- requirements.txt 1 addition, 1 deletionrequirements.txt
- tests/conftest.py 24 additions, 4 deletionstests/conftest.py
- tests/data/entities.yml 3 additions, 0 deletionstests/data/entities.yml
- tests/data/tokens/end_tokens.yml 16 additions, 7 deletionstests/data/tokens/end_tokens.yml
- tests/data/tokens/no_end_tokens.yml 16 additions, 7 deletionstests/data/tokens/no_end_tokens.yml
- tests/test_analyze.py 43 additions, 70 deletionstests/test_analyze.py
- tests/test_extract.py 15 additions, 1 deletiontests/test_extract.py
.gitmodules
deleted
100644 → 0
-e ./nerval | ||
albumentations==1.3.1 | ||
arkindex-export==0.1.9 | ||
boto3==1.26.124 | ||
... | ... | @@ -13,6 +12,7 @@ PyYAML==6.0 |
scipy==1.10.1 | ||
sentencepiece==0.1.99 | ||
teklia-line-image-extractor==0.2.8rc5 | ||
teklia-nerval==0.3.1 | ||
tenacity==8.2.3 | ||
tensorboard==2.12.2 | ||
torch==2.0.0 | ||
... | ... |