readme updated
Browse files
README.md
CHANGED
|
@@ -64,7 +64,7 @@ import pandas as pd
|
|
| 64 |
import io
|
| 65 |
from PIL import Image
|
| 66 |
|
| 67 |
-
df = pd.read_parquet('./
|
| 68 |
|
| 69 |
image_data = df.iloc[0]['image']
|
| 70 |
image = Image.open(io.BytesIO(image_data['bytes']))
|
|
|
|
| 64 |
import io
|
| 65 |
from PIL import Image
|
| 66 |
|
| 67 |
+
df = pd.read_parquet('./full_page_ocr/hard/hard.parquet')
|
| 68 |
|
| 69 |
image_data = df.iloc[0]['image']
|
| 70 |
image = Image.open(io.BytesIO(image_data['bytes']))
|