File size: 2,259 Bytes
24c4def
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Welcome to MMOCR's documentation!
=======================================

You can switch between English and Chinese in the lower-left corner of the layout.

.. toctree::
   :maxdepth: 2
   :caption: Get Started

   get_started/overview.md
   get_started/install.md
   get_started/quick_run.md
   get_started/faq.md

.. toctree::
   :maxdepth: 2
   :caption: User Guides

   user_guides/inference.md
   user_guides/config.md
   user_guides/dataset_prepare.md
   user_guides/train_test.md
   user_guides/visualization.md
   user_guides/useful_tools.md

.. toctree::
   :maxdepth: 2
   :caption: Basic Concepts

   basic_concepts/structures.md
   basic_concepts/transforms.md
   basic_concepts/evaluation.md
   basic_concepts/datasets.md
   basic_concepts/overview.md
   basic_concepts/data_flow.md
   basic_concepts/models.md
   basic_concepts/visualizers.md
   basic_concepts/convention.md
   basic_concepts/engine.md


.. toctree::
   :maxdepth: 2
   :caption: Dataset Zoo

   user_guides/data_prepare/datasetzoo.md
   user_guides/data_prepare/dataset_preparer.md
   user_guides/data_prepare/det.md
   user_guides/data_prepare/recog.md
   user_guides/data_prepare/kie.md

.. toctree::
   :maxdepth: 2
   :caption: Model Zoo

   modelzoo.md
   projectzoo.md
   backbones.md
   textdet_models.md
   textrecog_models.md
   kie_models.md

.. toctree::
   :maxdepth: 2
   :caption: Notes

   notes/branches.md
   notes/contribution_guide.md
   notes/changelog.md

.. toctree::
   :maxdepth: 2
   :caption: Migrating from MMOCR 0.x

   migration/overview.md
   migration/news.md
   migration/branches.md
   migration/code.md
   migration/dataset.md
   migration/model.md
   migration/transforms.md

.. toctree::
   :maxdepth: 1
   :caption: API Reference

   mmocr.apis <api/apis>
   mmocr.structures <api/structures>
   mmocr.datasets <api/datasets>
   mmocr.transforms <api/transforms>
   mmocr.models <api/models>
   mmocr.evaluation <api/evaluation>
   mmocr.visualization <api/visualization>
   mmocr.engine <api/engine>
   mmocr.utils <api/utils>

.. toctree::
   :maxdepth: 2
   :caption: Contact US

   contact.md

.. toctree::
   :caption: Switch Language

   switch_language.md


Indices and tables
==================

* :ref:`genindex`
* :ref:`search`