Update README.md
Browse files
README.md
CHANGED
@@ -159,30 +159,18 @@ print(f"Total time: {time.time() - start_time:.2f} sec")
|
|
159 |
|
160 |
|
161 |
## Supported Instructions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
|
163 |
-
### π» Code
|
164 |
-
- `Convert code to text`
|
165 |
-
- `<code>`
|
166 |
|
167 |
-
### π Chart
|
168 |
-
- `Convert chart to table.`
|
169 |
-
- `<chart>`
|
170 |
-
|
171 |
-
### π’ Formula
|
172 |
-
- `Convert formula to LaTeX.`
|
173 |
-
- `<formula>`
|
174 |
-
|
175 |
-
### π Docling
|
176 |
-
- `Convert this page to Docling.`
|
177 |
-
|
178 |
-
### π Table
|
179 |
-
- `Convert table to OTSL.`
|
180 |
-
- `<otsl>`
|
181 |
-
|
182 |
-
### π οΈ No-Code Actions/Pipelines
|
183 |
-
- `OCR the text in a specific location: <loc_155><loc_233><loc_206><loc_237>`
|
184 |
-
- `Identify element at: <loc_247><loc_482><loc_252><loc_486>`
|
185 |
-
- `Find all 'text' elements on the page.`, `Retrieve all section headers.`
|
186 |
-
- `Detect footer elements on the page.`
|
187 |
- More *Coming soon!* π§
|
188 |
|
|
|
159 |
|
160 |
|
161 |
## Supported Instructions
|
162 |
+
| Instruction | Description |
|
163 |
+
| :---: | :---: |
|
164 |
+
| Full conversion | Convert this page to docling. |
|
165 |
+
| Chart | Convert chart to table (e.g., <chart>). |
|
166 |
+
| Formula | Convert formula to LaTeX (e.g., <formula>). |
|
167 |
+
| Code | Convert code to text (e.g., <code>). |
|
168 |
+
| Table | Convert table to OTSL (e.g., <otsl>). |
|
169 |
+
| No-Code Actions/Pipelines | OCR the text in a specific location: <10c-155><10c.233><10c.206><10c.237> |
|
170 |
+
| | Identify element at: <loc_247><loc_482><10c_252><loc_486> |
|
171 |
+
| | Find all 'text' elements on the page, retrieve all section headers. |
|
172 |
+
| | Detect footer elements on the page. |
|
173 |
|
|
|
|
|
|
|
174 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
- More *Coming soon!* π§
|
176 |
|