Skip to content

Commit

Permalink
Avoid division by 0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Dec 17, 2024
1 parent 00b2b75 commit 56cc1ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[project]
name = "trainable-entity-extractor"
version = "2024.12.17.4"
version = "2024.12.17.5"
description = "This tool is a trainable text/PDF to entity extractor"
license = { file = "LICENSE" }
authors = [{ name = "HURIDOCS" }]
requires-python = ">= 3.10"
dependencies = [
"pdf-document-layout-analysis @ git+https://github.com/huridocs/pdf-document-layout-analysis@a296fcbd4228d30524b3ca4b6b3feab48c967d44",
"pdf-document-layout-analysis @ git+https://github.com/huridocs/pdf-document-layout-analysis@c3ad18b6d43712a41b0bfa8568eb39eb1aba31a6",
"python-Levenshtein==0.25.1",
"tdda==2.0.9",
"datasets==2.19.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ sentence-transformers==3.0.1
py-markdown-table==1.1.0
flair==0.14.0
graypy==2.1.0
git+https://github.com/huridocs/pdf-document-layout-analysis@a296fcbd4228d30524b3ca4b6b3feab48c967d44
git+https://github.com/huridocs/pdf-document-layout-analysis@c3ad18b6d43712a41b0bfa8568eb39eb1aba31a6

0 comments on commit 56cc1ea

Please sign in to comment.