[project] name = "ocr" [tool.poetry] name = "ocr" version = "0.1.0" description = "" authors = ["Your Name "] readme = "README.md" [tool.poetry.dependencies] python = "^3.12" fastapi = "^0.115.0" easyocr = "^1.7.2" uvicorn = "^0.31.0" aiohttp = "^3.10.8" python-multipart = "^0.0.12" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"