Datasets:

ArXiv:
License:
shinseung428 commited on
Commit
9bf95c0
1 Parent(s): 62cf74f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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 setup the environment, clone the repository and install the required dependencies by running the following commands:
170
 
171
  ```
172
- $ git clone https://github.com/UpstageAI/dp-bench.git
173
- $ cd dp-bench
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