new file structure
Browse files
README.md
CHANGED
|
@@ -11,9 +11,9 @@ configs:
|
|
| 11 |
data_files:
|
| 12 |
- split: test
|
| 13 |
path:
|
| 14 |
-
-
|
| 15 |
-
-
|
| 16 |
-
-
|
| 17 |
|
| 18 |
dataset_info:
|
| 19 |
- config_name: Full_page_ocr
|
|
@@ -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']))
|
|
|
|
| 11 |
data_files:
|
| 12 |
- split: test
|
| 13 |
path:
|
| 14 |
+
- full_page_ocreasy/easy.parquet
|
| 15 |
+
- full_page_ocrmedium/medium.parquet
|
| 16 |
+
- full_page_ocrhard/hard.parquet
|
| 17 |
|
| 18 |
dataset_info:
|
| 19 |
- config_name: Full_page_ocr
|
|
|
|
| 64 |
import io
|
| 65 |
from PIL import Image
|
| 66 |
|
| 67 |
+
df = pd.read_parquet('./full_page_ocrhard/hard.parquet')
|
| 68 |
|
| 69 |
image_data = df.iloc[0]['image']
|
| 70 |
image = Image.open(io.BytesIO(image_data['bytes']))
|
{data → full_page_ocr}/easy/easy.parquet
RENAMED
|
File without changes
|
{data → full_page_ocr}/hard/hard.parquet
RENAMED
|
File without changes
|
{data → full_page_ocr}/medium/medium.parquet
RENAMED
|
File without changes
|