Image-Text-to-Text
Transformers
ONNX
Safetensors
English
idefics3
conversational
asnassar commited on
Commit
60b40ea
Β·
verified Β·
1 Parent(s): bc66c00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -23
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