Skip to content

Commit

Permalink
fix: broken expected_language passed to trakit
Browse files Browse the repository at this point in the history
  • Loading branch information
ratoaq2 committed Jan 9, 2023
1 parent dd8c268 commit 234c2c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pgsrip"
version = "0.1.3"
version = "0.1.4"
description = "Rip your PGS subtitles"
authors = [
"Rato",
Expand Down Expand Up @@ -52,7 +52,7 @@ pysrt = "^1.1.2"
pytesseract = "^0.3.10"
numpy = "^1.24.1"
opencv-python = "^4.7.0"
trakit = "^0.2.0"
trakit = "^0.2.1"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
Expand Down

0 comments on commit 234c2c0

Please sign in to comment.