Commit ffb1f0b
Refactor: Remove OCR related code for entire page OCR (#231)
## Summary
One part of OCR refactor to move it from inference repo to unstructured
repo. This PR removes all OCR related code for entire page OCR, which
means all table related OCR still remain the same (will be moved after
table refactor to accept preprocessed OCR data)
## Test
Please see test description in
Unstructured-IO/unstructured#1579, since those
two need to work together.
## Note
The ingest test won't pass until we merge the unstructured refactor PR
---------
Co-authored-by: christinestraub <[email protected]>1 parent cf15726 commit ffb1f0b
File tree
17 files changed
+30
-1024
lines changed- examples/layout_analysis
- test_unstructured_inference
- inference
- models
- unstructured_inference
- inference
- models
17 files changed
+30
-1024
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | | - | |
51 | | - | |
| 49 | + | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 110 | | |
120 | 111 | | |
121 | 112 | | |
| |||
130 | 121 | | |
131 | 122 | | |
132 | 123 | | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
0 commit comments