Spaces:
Runtime error
Runtime error
| [tool.poetry] | |
| name = "bank-scrubber" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Your Name <you@example.com>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = ">=3.12,<3.14" | |
| pypdf2 = "^3.0.1" | |
| pymupdf = "^1.26.1" | |
| pdf2image = "^1.17.0" | |
| python-doctr = "^0.12.0" | |
| numpy = "^2.3.1" | |
| pandas = "^2.3.0" | |
| streamlit = "^1.46.1" | |
| openai = "^1.93.0" | |
| fuzzywuzzy = "^0.18.0" | |
| huggingface-hub = "^0.33.1" | |
| pydantic = "^2.11.7" | |
| python-dateutil = "^2.9.0.post0" | |
| python-dotenv = "^1.1.1" | |
| python-levenshtein = "^0.27.1" | |
| pydantic-settings = "^2.10.1" | |
| doctr = "^1.9.0" | |
| spacy = "^3.8.7" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |