Commit ·
3e9c4eb
1
Parent(s): 3c698c7
Updated README
Browse files
README.md
CHANGED
|
@@ -53,8 +53,8 @@ DatasetDict({
|
|
| 53 |
|
| 54 |
```python
|
| 55 |
{
|
| 56 |
-
|
| 57 |
-
|
| 58 |
# text box 1
|
| 59 |
{
|
| 60 |
'box': [[float, float], [float, float], [float, float], [float, float]],
|
|
|
|
| 53 |
|
| 54 |
```python
|
| 55 |
{
|
| 56 |
+
'image': PIL Image object,
|
| 57 |
+
'ocr': [
|
| 58 |
# text box 1
|
| 59 |
{
|
| 60 |
'box': [[float, float], [float, float], [float, float], [float, float]],
|