Skip to content

Instantly share code, notes, and snippets.

@magnusja
Created November 8, 2020 15:51
Show Gist options
  • Save magnusja/4a3c11b310d5e3a70e7186593310b5d5 to your computer and use it in GitHub Desktop.
Save magnusja/4a3c11b310d5e3a70e7186593310b5d5 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "ocr"
version = "0.1.0"
description = ""
authors = ["Magnus <magnus@jahnen.me>"]
[tool.poetry.dependencies]
python = "3.8.6"
pyocr = "^0.7.2"
Pillow = "^8.0.1"
easyocr = "^1.1.10"
[tool.poetry.dev-dependencies]
jupyter = "*"
jupyterlab = "*"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment