File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,12 @@ $(ANNOTATIONS_DIR)/evaluation-tables.json.gz:
72
72
$(shell mkdir -p "$(ANNOTATIONS_DIR ) ")
73
73
wget https://paperswithcode.com/media/about/evaluation-tables.json.gz -O $@
74
74
75
+ .PHONY : pull_images
76
+ pull_images :
77
+ docker pull arxivvanity/engrafo:b3db888fefa118eacf4f13566204b68ce100b3a6
78
+ docker pull zenika/alpine-chrome:73
75
79
76
- .PHONY : clean
80
+ .PHONY : clean
77
81
clean :
78
82
cd " $( ANNOTATIONS_DIR) " && rm -f * .json * .csv
79
83
# rm -f *.gz
Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ Directory structure:
20
20
```
21
21
22
22
23
- To preprocess data and extract tables, run:
23
+ To preprocess data and extract tables and texts , run:
24
24
```
25
+ make pull_images
25
26
conda env create -f environment.yml
26
27
source activate xtables
27
28
make -j 8 -i extract_all > stdout.log 2> stderr.log
You can’t perform that action at this time.
0 commit comments