Update README.md
Browse files
README.md
CHANGED
@@ -94,10 +94,11 @@ generated_texts = processor.batch_decode(
|
|
94 |
print(generated_texts[0])
|
95 |
"""
|
96 |
|
97 |
-
####
|
98 |
|
99 |
|
100 |
-
```
|
|
|
101 |
import time
|
102 |
from pathlib import Path
|
103 |
|
@@ -188,4 +189,6 @@ for source in sources:
|
|
188 |
|
189 |
print("================================================")
|
190 |
print("done!")
|
191 |
-
print("================================================")
|
|
|
|
|
|
94 |
print(generated_texts[0])
|
95 |
"""
|
96 |
|
97 |
+
#### Docling:
|
98 |
|
99 |
|
100 |
+
```python
|
101 |
+
import json
|
102 |
import time
|
103 |
from pathlib import Path
|
104 |
|
|
|
189 |
|
190 |
print("================================================")
|
191 |
print("done!")
|
192 |
+
print("================================================")
|
193 |
+
"""
|
194 |
+
|