Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ pipeline_tag: image-text-to-text
|
|
39 |
|
40 |
## ⌨️ Get started (code examples)
|
41 |
|
42 |
-
You can use transformers or
|
43 |
|
44 |
<details>
|
45 |
<summary>📄 Single page image inference using Tranformers 🤖</summary>
|
@@ -195,32 +195,32 @@ DocTags are integrated with Docling, which allows export to HTML, Markdown, and
|
|
195 |
<td><b>Comment</b></td>
|
196 |
</tr>
|
197 |
<tr>
|
198 |
-
<td>Full conversion</td>
|
199 |
<td>Convert this page to docling.</td>
|
200 |
-
<td
|
201 |
</tr>
|
202 |
<tr>
|
203 |
-
<td>Chart</td>
|
204 |
<td>Convert chart to table.</td>
|
205 |
<td>(e.g., <chart>)</td>
|
206 |
</tr>
|
207 |
<tr>
|
208 |
-
<td>Formula</td>
|
209 |
<td>Convert formula to LaTeX.</td>
|
210 |
<td>(e.g., <formula>)</td>
|
211 |
</tr>
|
212 |
<tr>
|
213 |
-
<td>Code</td>
|
214 |
<td>Convert code to text.</td>
|
215 |
<td>(e.g., <code>)</td>
|
216 |
</tr>
|
217 |
<tr>
|
218 |
-
<td>Table</td>
|
219 |
<td>Convert table to OTSL.</td>
|
220 |
<td>(e.g., <otsl>) OTSL: <a href="https://arxiv.org/pdf/2305.03393">Lysak et al., 2023</a></td>
|
221 |
</tr>
|
222 |
<tr>
|
223 |
-
<td rowspan=4>
|
224 |
<td>OCR the text in a specific location: <loc_155><loc_233><loc_206><loc_237></td>
|
225 |
<td></td>
|
226 |
</tr>
|
|
|
39 |
|
40 |
## ⌨️ Get started (code examples)
|
41 |
|
42 |
+
You can use transformers or vllm to perform inference, and [Docling](https://github.com/docling-project/docling) to convert results to variety of ourput formats (md, html, etc.):
|
43 |
|
44 |
<details>
|
45 |
<summary>📄 Single page image inference using Tranformers 🤖</summary>
|
|
|
195 |
<td><b>Comment</b></td>
|
196 |
</tr>
|
197 |
<tr>
|
198 |
+
<td><b>Full conversion</b></td>
|
199 |
<td>Convert this page to docling.</td>
|
200 |
+
<td>DocTags represetation</td>
|
201 |
</tr>
|
202 |
<tr>
|
203 |
+
<td><b>Chart</b></td>
|
204 |
<td>Convert chart to table.</td>
|
205 |
<td>(e.g., <chart>)</td>
|
206 |
</tr>
|
207 |
<tr>
|
208 |
+
<td><b>Formula</b></td>
|
209 |
<td>Convert formula to LaTeX.</td>
|
210 |
<td>(e.g., <formula>)</td>
|
211 |
</tr>
|
212 |
<tr>
|
213 |
+
<td><b>Code</b></td>
|
214 |
<td>Convert code to text.</td>
|
215 |
<td>(e.g., <code>)</td>
|
216 |
</tr>
|
217 |
<tr>
|
218 |
+
<td><b>Table</b></td>
|
219 |
<td>Convert table to OTSL.</td>
|
220 |
<td>(e.g., <otsl>) OTSL: <a href="https://arxiv.org/pdf/2305.03393">Lysak et al., 2023</a></td>
|
221 |
</tr>
|
222 |
<tr>
|
223 |
+
<td rowspan=4><b>Actions and Pipelines</b></td>
|
224 |
<td>OCR the text in a specific location: <loc_155><loc_233><loc_206><loc_237></td>
|
225 |
<td></td>
|
226 |
</tr>
|