-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add parameter to control max calculated chunksize and avoid memory pr…
…oblems with ray and bump version
- Loading branch information
1 parent
d4618be
commit bcc17af
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pdf2dataset" | ||
version = "0.3.1" | ||
version = "0.3.2" | ||
readme = "README.md" | ||
description = "Easily convert a big folder with PDFs into a dataset, with extracted text using OCR" | ||
authors = ["Ícaro Pires <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
fastparquet==0.4.0 | ||
more-itertools==8.4.0 | ||
opencv-python==4.2.0.34 | ||
packaging==20.4 | ||
pdf2image==1.13.1 | ||
|