Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
site_name: DAN library
site_dir: public
theme:
name: material
# Branding
logo: assets/logo.png
favicon: assets/favicon.png
font:
text: Roboto
code: Roboto Mono
features:
- navigation.top
- navigation.tracking
- navigation.indexes
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
options:
show_root_toc_entry: false
show_object_full_path: false
show_root_heading: yes
show_source: true
docstring_style: sphinx
merge_init_into_class: yes
show_category_heading: yes
separate_signature: yes
members_order: source
show_if_no_docstring: true
nav:
- Home: index.md
- Original implementation: original_paper.md
- Usage:
- usage/index.md
- Datasets:
- usage/datasets/index.md
- Dataset extraction: usage/datasets/extract.md
- Dataset formatting: usage/datasets/format.md
- Training:
- usage/train/index.md
- Parameters: usage/train/parameters.md
- Jean Zay tutorial: usage/train/jeanzay.md
- Predict: usage/predict.md
- Documentation development: dev/build_docs.md
- Python Reference:
- Datasets:
- ref/datasets/index.md
- Utils: ref/datasets/utils.md
- Extraction:
- ref/datasets/extract/index.md
- Arkindex: ref/datasets/extract/arkindex.md
- Utils: ref/datasets/extract/utils.md
- Database management: ref/datasets/extract/db.md
- Exceptions: ref/datasets/extract/exceptions.md
- Formatting:
- ref/datasets/format/index.md
- Automatic Text Recognition: ref/datasets/format/atr.md
- Managers:
- ref/managers/index.md
- Dataset managers: ref/managers/dataset.md
- Metrics managers: ref/managers/metrics.md
- OCR managers: ref/managers/ocr.md
- Training managers: ref/managers/training.md
- Utils: ref/managers/utils.md
- OCR:
- ref/ocr/index.md
- Utils: ref/ocr/utils.md
- Document:
- ref/ocr/document/index.md
- Training: ref/ocr/document/train.md
- Line:
- ref/ocr/line/index.md
- Synthetic data generation: ref/ocr/line/generate_synthetic.md
- Model utils: ref/ocr/line/model_utils.md
- Training: ref/ocr/line/train.md
- Utils: ref/ocr/line/utils.md
- Prediction:
- Inference: ref/predict/prediction.md
- Attention: ref/predict/attention.md
- Decoders: ref/decoder.md
- Models: ref/models.md
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
- Post Processing: ref/post_processing.md
- Schedulers: ref/schedulers.md
- Transformations: ref/transforms.md
- Utils: ref/utils.md
markdown_extensions:
- smarty
- toc:
permalink: True
- sane_lists
- pymdownx.highlight
- def_list # enable definition lists
- admonition # syntax coloration in code blocks
- codehilite
- pymdownx.details
- pymdownx.superfences
- pymdownx.magiclink
copyright: Copyright © Teklia
extra:
social:
- icon: fontawesome/regular/heart
name: Teklia official website
link: https://teklia.com
- icon: fontawesome/brands/gitlab
name: Git repository for this project
link: https://gitlab.com/teklia/atr/dan
- icon: fontawesome/brands/linkedin
name: Teklia @ LinkedIn
link: https://www.linkedin.com/company/teklia