Skip to content

Commit e2a6757

Browse files
Refactor: remove analysis scripts (#305)
### 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%.
1 parent 45b3be0 commit e2a6757

File tree

13 files changed

+19
-544
lines changed

13 files changed

+19
-544
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.37-dev0
2+
3+
* refactor: remove layout analysis related code
4+
15
## 0.7.36
26

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

examples/layout_analysis/README.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

examples/layout_analysis/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/layout_analysis/visualization.ipynb

Lines changed: 0 additions & 94 deletions
This file was deleted.

examples/layout_analysis/visualization.py

Lines changed: 0 additions & 66 deletions
This file was deleted.

examples/ocr_layout_supplement/README.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

examples/ocr_layout_supplement/ocr_layout_supplement.ipynb

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)