Datasets:
Fixed README file
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ The structure of the `generate_dataset_orient_classifier.zip` archive after unzi
|
|
36 |
└─get_imgs_from_pdf.py
|
37 |
```
|
38 |
Folders `one_column` and `miltiple_column` above contain source pictures for the dataset. `one_column` folder contains documents with only one text column, and the `multiple_column` folder contains documents with two columns of text.
|
39 |
-
After using the generation scripts `gen_dataset.py` and
|
40 |
```
|
41 |
└─columns_orientation_dataset
|
42 |
├─test
|
|
|
36 |
└─get_imgs_from_pdf.py
|
37 |
```
|
38 |
Folders `one_column` and `miltiple_column` above contain source pictures for the dataset. `one_column` folder contains documents with only one text column, and the `multiple_column` folder contains documents with two columns of text.
|
39 |
+
After using the generation scripts `gen_dataset.py` and `get_imgs_from_pdf.py`, you will get the dataset in its final form, which can be used for training and evaluation of the model. The structure of the output dataset folder should look as follows:
|
40 |
```
|
41 |
└─columns_orientation_dataset
|
42 |
├─test
|