Commit fb36df7
chore(deps): Bump unstructured-inference from 0.5.22 to 0.5.25 in /requirements (#228)
Bumps
[unstructured-inference](https://github.com/Unstructured-IO/unstructured-inference)
from 0.5.22 to 0.5.25.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Unstructured-IO/unstructured-inference/releases">unstructured-inference's
releases</a>.</em></p>
<blockquote>
<h2>0.5.25</h2>
<ul>
<li>fix a bug in table cell to html conversion where cells spanning
multiple rows are not respected in the output</li>
</ul>
<h2>0.5.24</h2>
<ul>
<li>remove preprocessing for OCR in table structure transformer</li>
</ul>
<h2>0.5.23</h2>
<ul>
<li>Add functionality to bring back embedded images in PDF</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Unstructured-IO/unstructured-inference/blob/main/CHANGELOG.md">unstructured-inference's
changelog</a>.</em></p>
<blockquote>
<h2>0.5.25</h2>
<ul>
<li>fix a bug where <code>cells_to_html</code> doesn't handle cells
spanning multiple rows properly</li>
</ul>
<h2>0.5.24</h2>
<ul>
<li>remove <code>cv2</code> preprocessing step before OCR step in table
transformer</li>
</ul>
<h2>0.5.23</h2>
<ul>
<li>Add functionality to bring back embedded images in PDF</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Unstructured-IO/unstructured-inference/commit/52c5bea0768565318b30d412da2ba71f83e221bb"><code>52c5bea</code></a>
fix table to html bug (<a
href="https://redirect.github.com/Unstructured-IO/unstructured-inference/issues/203">#203</a>)</li>
<li><a
href="https://github.com/Unstructured-IO/unstructured-inference/commit/7cd724a37a4ad476f17d523ffdf27d8693ded8fc"><code>7cd724a</code></a>
remove cv2 preprocessing (<a
href="https://redirect.github.com/Unstructured-IO/unstructured-inference/issues/204">#204</a>)</li>
<li><a
href="https://github.com/Unstructured-IO/unstructured-inference/commit/bdee10268ad056bd3e4313769dcc5a5ef1362155"><code>bdee102</code></a>
fix: bring back embedded images in pdf (<a
href="https://redirect.github.com/Unstructured-IO/unstructured-inference/issues/198">#198</a>)</li>
<li>See full diff in <a
href="https://github.com/Unstructured-IO/unstructured-inference/compare/0.5.22...0.5.25">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Austin Walker <[email protected]>1 parent 1c1fffa commit fb36df7
File tree
4 files changed
+21
-17
lines changed- requirements
- test_general/api
4 files changed
+21
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
496 | | - | |
| 496 | + | |
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
544 | 544 | | |
545 | | - | |
| 545 | + | |
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
553 | | - | |
| 553 | + | |
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
| |||
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
| 763 | + | |
763 | 764 | | |
764 | 765 | | |
765 | 766 | | |
| |||
778 | 779 | | |
779 | 780 | | |
780 | 781 | | |
781 | | - | |
| 782 | + | |
782 | 783 | | |
783 | | - | |
| 784 | + | |
784 | 785 | | |
785 | 786 | | |
786 | 787 | | |
| |||
812 | 813 | | |
813 | 814 | | |
814 | 815 | | |
815 | | - | |
| 816 | + | |
816 | 817 | | |
817 | 818 | | |
818 | 819 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
| 178 | + | |
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| |||
0 commit comments