Update README.md
Browse files
README.md
CHANGED
@@ -110,7 +110,7 @@ def run_florence_invoice(img, task_prompt, text_input=None):
|
|
110 |
```python
|
111 |
## Call the function as follows:
|
112 |
### Return all fields identified:
|
113 |
-
|
114 |
run_florence_invoice(img, '<OD>')
|
115 |
|
116 |
### Return Specific field
|
|
|
110 |
```python
|
111 |
## Call the function as follows:
|
112 |
### Return all fields identified:
|
113 |
+
img = './invoice.png'
|
114 |
run_florence_invoice(img, '<OD>')
|
115 |
|
116 |
### Return Specific field
|