Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into issue_3288_dissable_t…
Browse files Browse the repository at this point in the history
…atr_loading_warning
  • Loading branch information
plutasnyy committed Jul 8, 2024
2 parents 338778e + 939fd39 commit 834c6ce
Show file tree
Hide file tree
Showing 21 changed files with 677 additions and 648 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
id: virtualenv-cache
with:
path: |
.venv
key: ${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('requirements/*.txt') }}
lookup-only: true
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Poppler
Expand All @@ -41,7 +41,7 @@ jobs:
needs: setup
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4
id: virtualenv-cache
with:
path: .venv
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
needs: [setup, lint]
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4
id: virtualenv-cache
with:
path: |
Expand Down
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
## 0.7.34-dev0
## 0.7.37-dev1

* refactor: remove layout analysis related code
* enhancement: Hide warning about table transformer weights not being loaded

## 0.7.36

fix: add input parameter validation to `fill_cells()` when converting cells to html

## 0.7.35

Fix syntax for generated HTML tables

## 0.7.34

* Reduce excessive logging

## 0.7.33

* BREAKING CHANGE: removes legacy detectron2 model
Expand Down
22 changes: 0 additions & 22 deletions examples/layout_analysis/README.md

This file was deleted.

1 change: 0 additions & 1 deletion examples/layout_analysis/requirements.txt

This file was deleted.

94 changes: 0 additions & 94 deletions examples/layout_analysis/visualization.ipynb

This file was deleted.

66 changes: 0 additions & 66 deletions examples/layout_analysis/visualization.py

This file was deleted.

19 changes: 0 additions & 19 deletions examples/ocr_layout_supplement/README.md

This file was deleted.

126 changes: 0 additions & 126 deletions examples/ocr_layout_supplement/ocr_layout_supplement.ipynb

This file was deleted.

Loading

0 comments on commit 834c6ce

Please sign in to comment.