Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ You can use the model for document image classification, document parsing and do
|
|
20 |
|
21 |
### How to use
|
22 |
|
23 |
-
Here's how to use the model
|
24 |
|
25 |
```python
|
26 |
from transformers import AutoProcessor, UdopForConditionalGeneration
|
|
|
20 |
|
21 |
### How to use
|
22 |
|
23 |
+
Here's how to use the model on a document image:
|
24 |
|
25 |
```python
|
26 |
from transformers import AutoProcessor, UdopForConditionalGeneration
|