Update README.md
Browse files
README.md
CHANGED
@@ -82,7 +82,7 @@ Each page has the following features:
|
|
82 |
- `img`, binary: The raw bytes of the page image. These can be converted back to a PIL.Image with `Image.open(io.BytesIO(bytes))` (or equivalent).
|
83 |
|
84 |
This dataset is given such that each document appears once.
|
85 |
-
To build out the full aggregated synthetic streams, one needs to collate the unique documents according to the streams described in the [streams sub-folder](streams
|
86 |
|
87 |
## Dataset Creation
|
88 |
|
|
|
82 |
- `img`, binary: The raw bytes of the page image. These can be converted back to a PIL.Image with `Image.open(io.BytesIO(bytes))` (or equivalent).
|
83 |
|
84 |
This dataset is given such that each document appears once.
|
85 |
+
To build out the full aggregated synthetic streams, one needs to collate the unique documents according to the streams described in the [streams sub-folder](https://huggingface.co/datasets/rootsautomation/TABMEpp/tree/main/streams).
|
86 |
|
87 |
## Dataset Creation
|
88 |
|