gtang666 commited on
Commit
d20d50a
·
1 Parent(s): a3b290e

readme updated

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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('./full_page_ocrhard/hard.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']))