Skip to content

Commit

Permalink
Refactor: remove analysis scripts (#305)
Browse files Browse the repository at this point in the history
### Summary
This PR is the first part of the "layout analysis" refactor to move it
from unstructured-inference repo to unstructured repo. This PR removes
"layout analysis" related code from unstructured-inference repo and
works together with the unstructured refactor PR -
Unstructured-IO/unstructured#2273.

This PR also adds a few more test cases for `layoutelement.py` to make
coverage to over 95%.
  • Loading branch information
christinestraub authored Jun 25, 2024
1 parent 45b3be0 commit e2a6757
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 544 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.37-dev0

* refactor: remove layout analysis related code

## 0.7.36

fix: add input parameter validation to `fill_cells()` when converting cells to html
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 e2a6757

Please sign in to comment.