[tool.poetry] name = "anki-from-dictionary" version = "0.1.0" description = "GPT-4V application to extract Anki cards from dictionaries" authors = ["Yandrik "] license = "MIT" readme = "README.md" [tool.poetry.dependencies] python = "^3.10" openai = "^1.10.0" requests = "^2.31.0" pillow = "^10.2.0" pdf2image = "^1.17.0" pytesseract = "^0.3.10" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"