feat: extract players from pdf

This commit is contained in:
2025-01-08 14:06:35 +01:00
parent 91d8824e9c
commit b5c3164f96
3 changed files with 224 additions and 193 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "myice"
version = "v0.3.0"
version = "v0.3.1"
description = "myice parsing"
authors = ["Rene Luria <rene@luria.ch>"]
license = "MIT"
@@ -11,6 +11,7 @@ python = "^3.12"
requests = "^2.32.3"
typer = "^0.12.5"
rl-ai-tools = {version = "^1.9.0", source = "infomaniak"}
pypdf2 = "^3.0.1"
[tool.poetry.group.dev.dependencies]