From 07608f38e1916f03c55ecba5b51dce02a06ac67d Mon Sep 17 00:00:00 2001 From: Gabo Date: Mon, 7 Oct 2024 11:51:23 +0200 Subject: [PATCH] Downgrade transformeres library --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8d9dc5f..4173974 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ name=PROJECT_NAME, packages=["pdf_tokens_type_trainer", "pdf_features", "pdf_token_type_labels", "fast_trainer"], package_dir={"": "src"}, - version="0.12", + version="0.13", url="https://github.com/huridocs/pdf-document-layout-analysis", author="HURIDOCS", description="This tool is for PDF document layout analysis",