Skip to content

Commit

Permalink
Additional information
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Sep 2, 2019
1 parent 17d29ad commit c28dc8d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/datapickle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

The file data.pickle is created during a run of `eoatex2imxml.py` or `fix_tei.py` and primarily assigns numbers to elements. For example, the thirteenth figure in the first (numbered) chapter, that carries the id `uid17` is assigned the human readable reference `1.13`.

The original list of stored items is
- chapterdict
- figdict
- eqdict
- fndict
- listdict
- pagelabeldict
- secdict
- tabdict
- theoremdict

## eoatex2imxml.py
In the classic variant, the file contains these fields:

Expand Down

0 comments on commit c28dc8d

Please sign in to comment.