Upload 3 files
Browse files
ICDAR-2013.c-PDF_Annotations.tar.gz
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5605ed09df9ebe15cec65eaaad615d5a7c6f833be0cdd5aea39ffab3d72c856c
|
3 |
+
size 1158109
|
ICDAR-2013.c-Structure.tar.gz
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3aa4538f13fc92006d20ec6914bfadb0fb4e0b84e4f835a03e72904cd2a83f7a
|
3 |
+
size 8283024
|
extract_icdar2013.sh
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Script to extract/unzip ICDAR-2013.c.
|
2 |
+
# Remove the -v flag to suppress output to the console.
|
3 |
+
tar -xzvf ICDAR-2013.c-Structure.tar.gz
|
4 |
+
tar -xzvf ICDAR-2013.c-PDF_Annotations.tar.gz
|