Skip to content
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ee62dc4
Add password with PDF files
pprados Oct 15, 2024
454cb35
Merge branch 'main' into pprados/fix_password
pprados Oct 24, 2024
16776f3
Merge branch 'main' into pprados/fix_password
pprados Oct 25, 2024
ed43d82
Add TU
pprados Oct 29, 2024
ce13fa1
merge with main
pprados Dec 10, 2024
fd35cb3
Merge branch 'main' into pprados/fix_password
Coniferish Jan 19, 2025
ecc95eb
Fix CHANGELOG.md
pprados Jan 20, 2025
feea1f8
Add password with PDF files
pprados Oct 15, 2024
70be207
Add TU
pprados Oct 29, 2024
ee93ee2
merge with main
pprados Dec 10, 2024
458f05b
Fix CHANGELOG.md
pprados Jan 20, 2025
c3ca1dd
Fix make check
pprados Jan 20, 2025
d276d6e
Merge remote-tracking branch 'origin/pprados/fix_password' into pprad…
pprados Jan 20, 2025
71bb5f7
Merge branch 'main' into pprados/fix_password
pprados Jan 21, 2025
ee6e638
Merge branch 'main' into pprados/fix_password
Coniferish Jan 23, 2025
307e901
Merge, make tidy and fix CHANGELOG.md
pprados Jan 30, 2025
cdd4fef
Fix __version__.py
pprados Jan 30, 2025
30805b8
Fix mypy
pprados Jan 30, 2025
de80975
use unstructured-inference 0.8.7
pprados Feb 4, 2025
e4a08f9
Fix pdfminer-six dependencies
pprados Feb 12, 2025
2e9a149
Merge branch 'main' of https://github.com/Unstructured-IO/unstructure…
pprados Feb 13, 2025
75f74cc
Merge branch 'upstream/main' into pprados/fix_pdfminer_dep
pprados Feb 13, 2025
cff2c7b
Update CHANGELOG.md
Coniferish Feb 13, 2025
64ecdc0
Update unstructured_inference/__version__.py
Coniferish Feb 13, 2025
d3e7e38
Merge branch 'main' into jj/pdf_miner_dep
badGarnet Mar 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.8-dev0

* fix: pdfminer-six dependencies

## 0.8.7

* fix: add `password` for PDF
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ rapidfuzz
pandas
scipy
pypdfium2
pdfminer-six==20240706
pdfminer-six>=20240706
2 changes: 1 addition & 1 deletion unstructured_inference/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.7" # pragma: no cover
__version__ = "0.8.8-dev0" # pragma: no cover
Loading