Cyrile commited on
Commit
7f964e0
1 Parent(s): ebf90d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,8 +10,8 @@ For this reason, a corpus of scientific articles was prioritized. Due to the sci
10
 
11
  The database is divided into two types of document objects: figures and tables. For the table part, it is possible to approach two different types of learning. The first, similar to figures, associates the image with the caption. However, in the data field, the LaTeX source code of the table is also provided. An objective can be to take an image of a table and convert it into text using this source code.
12
 
13
- Loading the database:
14
- ---------------------
15
 
16
  The figure part is relatively substantial, and it is advisable to use the dataset in streaming mode:
17
  ```python
 
10
 
11
  The database is divided into two types of document objects: figures and tables. For the table part, it is possible to approach two different types of learning. The first, similar to figures, associates the image with the caption. However, in the data field, the LaTeX source code of the table is also provided. An objective can be to take an image of a table and convert it into text using this source code.
12
 
13
+ Loading the database
14
+ --------------------
15
 
16
  The figure part is relatively substantial, and it is advisable to use the dataset in streaming mode:
17
  ```python