File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ output_directory
4141### ** 2.1 Clone Repository**
4242Download and install a git client and clone this repository:
4343``` batch
44- git clone git@github.com:DS3Lab/docparser-raoschi .git
44+ git clone git@github.com:DS3Lab/TableParser .git
4545```
46- into ` <git-home> ` directory. (home directory of docparser-raoschi is denoted as git-home furtheron).
46+ into ` <git-home> ` directory. (home directory is denoted as git-home furtheron).
4747
4848### ** 2.2 Excel**
4949Download and install Office (We used Microsoft 365 on 3.12.2020).
Original file line number Diff line number Diff line change 11# TableParser
22Repo for "TableParser: Automatic Table Parsing with Weak Supervision from Spreadsheets" at SDU@AAAI-22
3+
4+ - [ TableParser] ( #tableparser )
5+ - [ 1. Clone repositories] ( #1-clone-repositories )
6+ - [ 2. System components of TableParser] ( #2-system-components-of-tableparser )
7+
8+ ### 1. Clone repositories
9+ Download and install a git client and clone this repository:
10+ ``` batch
11+ git clone git@github.com:DS3Lab/TableParser.git
12+ ```
13+ into ` <git-home> ` directory. (home directory is denoted as git-home furtheron).
14+
15+ ### 2. System components of TableParser
16+ - TableAnnotator:
17+ - ExcelAnnotator: ` ./ExcelAnnotator ` .
18+ - TableParser pipelines: ` ./TableParser ` .
19+ - Data: Download from [ this Google Drive link.] ( https://drive.google.com/file/d/1gaaHMG6f7sIH1DK4Ybg13_lBHNS2wbbn/view?usp=sharing )
You can’t perform that action at this time.
0 commit comments