Skip to content

Commit 1900588

Browse files
Merge main into adlfs pin test branch
2 parents 9da64ac + 2437078 commit 1900588

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ingest-test-fixtures-update-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
add-paths: |
117117
test_unstructured_ingest/expected-structured-output
118118
test_unstructured_ingest/expected-structured-output-html
119+
test_unstructured_ingest/expected-structured-output-markdown
119120
test_unstructured_ingest/metrics
120121
commit-message: "Update ingest test fixtures"
121122
branch: ${{ env.BRANCH_NAME }}

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## 0.22.19
1+
## 0.22.18-dev0
22

3-
### Enhancements
4-
- **Auto-detect vertical text for rotated PDFs**: Add `detect_vertical` field to `PDFMinerConfig` and auto-enable it when rendered pages have `/Rotate` metadata, so pdfminer groups rotated text into proper words instead of per-character regions
3+
### Fixes
4+
- Make `ingest-test-fixtures-update-pr` CI job also update the markdown versions of the fixtures.
55

66
## 0.22.18
77

unstructured/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.22.19" # pragma: no cover
1+
__version__ = "0.22.18-dev0" # pragma: no cover

0 commit comments

Comments
 (0)