Update README.md
Browse files
README.md
CHANGED
|
@@ -166,18 +166,18 @@ Each element includes coordinates (x, y), a unique ID, and the page number it ap
|
|
| 166 |
|
| 167 |
### Setup
|
| 168 |
|
| 169 |
-
To
|
| 170 |
|
| 171 |
```
|
| 172 |
-
$ git clone
|
| 173 |
-
$ cd
|
| 174 |
$ pip install -r requirements.txt
|
| 175 |
```
|
| 176 |
The repository includes necessary scripts for performing inference and evaluation of document parsers.
|
| 177 |
|
| 178 |
### Dataset
|
| 179 |
The benchmark dataset can be found in the `dataset` folder.
|
| 180 |
-
It contains wide range of document layouts, from text-heavy pages to complex tables, enabling a thorough evaluation of the parser’s performance.
|
| 181 |
The dataset comes with annotations for layout elements such as paragraphs, headings, and tables.
|
| 182 |
|
| 183 |
|
|
|
|
| 166 |
|
| 167 |
### Setup
|
| 168 |
|
| 169 |
+
To set the environment, clone the repository and install the required dependencies by running the following commands:
|
| 170 |
|
| 171 |
```
|
| 172 |
+
$ git clone httpshttps://huggingface.co/datasets/upstage/document-parse-benchmark.git
|
| 173 |
+
$ cd document-parse-benchmark
|
| 174 |
$ pip install -r requirements.txt
|
| 175 |
```
|
| 176 |
The repository includes necessary scripts for performing inference and evaluation of document parsers.
|
| 177 |
|
| 178 |
### Dataset
|
| 179 |
The benchmark dataset can be found in the `dataset` folder.
|
| 180 |
+
It contains a wide range of document layouts, from text-heavy pages to complex tables, enabling a thorough evaluation of the parser’s performance.
|
| 181 |
The dataset comes with annotations for layout elements such as paragraphs, headings, and tables.
|
| 182 |
|
| 183 |
|