Update README.md
Browse files
README.md
CHANGED
|
@@ -67,9 +67,11 @@ print(predictions_decoded[0])
|
|
| 67 |
```
|
| 68 |
|
| 69 |
Example image:
|
|
|
|
| 70 |

|
| 71 |
|
| 72 |
Model HTML output for example image:
|
|
|
|
| 73 |
```html
|
| 74 |
<table border="1" cellspacing="0">
|
| 75 |
<tr>
|
|
@@ -246,6 +248,8 @@ Model HTML output for example image:
|
|
| 246 |
</table>
|
| 247 |
```
|
| 248 |
|
|
|
|
|
|
|
| 249 |
<table border="1" cellspacing="0">
|
| 250 |
<tr>
|
| 251 |
<th>
|
|
|
|
| 67 |
```
|
| 68 |
|
| 69 |
Example image:
|
| 70 |
+
|
| 71 |

|
| 72 |
|
| 73 |
Model HTML output for example image:
|
| 74 |
+
|
| 75 |
```html
|
| 76 |
<table border="1" cellspacing="0">
|
| 77 |
<tr>
|
|
|
|
| 248 |
</table>
|
| 249 |
```
|
| 250 |
|
| 251 |
+
And the rendered HTML table:
|
| 252 |
+
|
| 253 |
<table border="1" cellspacing="0">
|
| 254 |
<tr>
|
| 255 |
<th>
|