peppermenta commited on
Commit
a45c553
·
1 Parent(s): 396de03

Bump surya versions

Browse files
Files changed (2) hide show
  1. poetry.lock +5 -5
  2. pyproject.toml +1 -1
poetry.lock CHANGED
@@ -1,4 +1,4 @@
1
- # This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand.
2
 
3
  [[package]]
4
  name = "aiohappyeyeballs"
@@ -5415,14 +5415,14 @@ snowflake = ["snowflake-connector-python (>=3.3.0) ; python_version < \"3.12\"",
5415
 
5416
  [[package]]
5417
  name = "surya-ocr"
5418
- version = "0.16.7"
5419
  description = "OCR, layout, reading order, and table recognition in 90+ languages"
5420
  optional = false
5421
  python-versions = "<4.0,>=3.10"
5422
  groups = ["main"]
5423
  files = [
5424
- {file = "surya_ocr-0.16.7-py3-none-any.whl", hash = "sha256:20bf5f7f22832a15bee6a0b65343b439b0317877da997f49ce4ea8d7f595647f"},
5425
- {file = "surya_ocr-0.16.7.tar.gz", hash = "sha256:bd3561acbbac9fb02069bedae5ec9fda1d7f868b17fd2a59447f79f61893a7cd"},
5426
  ]
5427
 
5428
  [package.dependencies]
@@ -6532,4 +6532,4 @@ full = ["ebooklib", "mammoth", "openpyxl", "python-pptx", "weasyprint"]
6532
  [metadata]
6533
  lock-version = "2.1"
6534
  python-versions = "^3.10"
6535
- content-hash = "ca3704b625f021f3b09ad23df31ad3b48de68b2bf0df0fc144babcb6f5010767"
 
1
+ # This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand.
2
 
3
  [[package]]
4
  name = "aiohappyeyeballs"
 
5415
 
5416
  [[package]]
5417
  name = "surya-ocr"
5418
+ version = "0.17.0"
5419
  description = "OCR, layout, reading order, and table recognition in 90+ languages"
5420
  optional = false
5421
  python-versions = "<4.0,>=3.10"
5422
  groups = ["main"]
5423
  files = [
5424
+ {file = "surya_ocr-0.17.0-py3-none-any.whl", hash = "sha256:a728adb1aadd26493f1b937ec411f4b041fa93c8e3524c42b4c627c2e4744d5c"},
5425
+ {file = "surya_ocr-0.17.0.tar.gz", hash = "sha256:3110ec9a2be0d4296968ced02ee4d33941f34c145a2d6ac508f75122014ed170"},
5426
  ]
5427
 
5428
  [package.dependencies]
 
6532
  [metadata]
6533
  lock-version = "2.1"
6534
  python-versions = "^3.10"
6535
+ content-hash = "336589f210ccc294dfb57d21a72780baf23a25bc64ad6a6406b6024c37eaac2b"
pyproject.toml CHANGED
@@ -26,7 +26,7 @@ torch = "^2.7.0"
26
  tqdm = "^4.66.1"
27
  ftfy = "^6.1.1"
28
  rapidfuzz = "^3.8.1"
29
- surya-ocr = "^0.16.7"
30
  regex = "^2024.4.28"
31
  pdftext = "~0.6.3"
32
  markdownify = "^1.1.0"
 
26
  tqdm = "^4.66.1"
27
  ftfy = "^6.1.1"
28
  rapidfuzz = "^3.8.1"
29
+ surya-ocr = "^0.17.0"
30
  regex = "^2024.4.28"
31
  pdftext = "~0.6.3"
32
  markdownify = "^1.1.0"