Commit 794f38b
authored
Refactor: remove image extraction related code (#299)
### Summary
This PR is the first part of the "image extraction" refactor to move it
from unstructured-inference repo to unstructured repo. This PR removes
all "image extraction" related code from unstructured-inference repo and
works together with the unstructured refactor PR -
Unstructured-IO/unstructured#2201.
### Note
The ingest test won't pass until we merge the unstructured refactor PR -
Unstructured-IO/unstructured#2201.1 parent 2b29254 commit 794f38b
File tree
7 files changed
+6
-177
lines changed- examples/image_extraction
- test_unstructured_inference/inference
- unstructured_inference
- inference
7 files changed
+6
-177
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | 560 | | |
577 | 561 | | |
578 | 562 | | |
| |||
614 | 598 | | |
615 | 599 | | |
616 | 600 | | |
617 | | - | |
618 | | - | |
619 | 601 | | |
620 | 602 | | |
621 | 603 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
230 | 228 | | |
231 | 229 | | |
232 | 230 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | 231 | | |
262 | 232 | | |
263 | 233 | | |
| |||
350 | 320 | | |
351 | 321 | | |
352 | 322 | | |
353 | | - | |
354 | | - | |
355 | 323 | | |
356 | 324 | | |
357 | 325 | | |
| |||
378 | 346 | | |
379 | 347 | | |
380 | 348 | | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | 349 | | |
385 | 350 | | |
386 | 351 | | |
| |||
413 | 378 | | |
414 | 379 | | |
415 | 380 | | |
416 | | - | |
417 | | - | |
418 | 381 | | |
419 | 382 | | |
420 | 383 | | |
| |||
445 | 408 | | |
446 | 409 | | |
447 | 410 | | |
448 | | - | |
449 | | - | |
450 | 411 | | |
451 | 412 | | |
452 | 413 | | |
| |||
0 commit comments