Spaces:
Runtime error
Runtime error
File size: 1,147 Bytes
2366e36 |
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 |
Welcome to MMOCR's documentation!
=======================================
You can switch between English and Chinese in the lower-left corner of the layout.
.. toctree::
:maxdepth: 2
:caption: Getting Started
install.md
getting_started.md
demo.md
training.md
testing.md
deployment.md
model_serving.md
.. toctree::
:maxdepth: 2
:caption: Tutorials
tutorials/config.md
tutorials/dataset_types.md
tutorials/kie_closeset_openset.md
.. toctree::
:maxdepth: 2
:caption: Model Zoo
modelzoo.md
model_summary.md
textdet_models.md
textrecog_models.md
kie_models.md
ner_models.md
.. toctree::
:maxdepth: 2
:caption: Dataset Zoo
datasets/det.md
datasets/recog.md
datasets/kie.md
datasets/ner.md
.. toctree::
:maxdepth: 2
:caption: Miscellaneous
tools.md
changelog.md
.. toctree::
:caption: API Reference
api.rst
.. toctree::
:caption: Switch Language
English <https://mmocr.readthedocs.io/en/latest/>
简体中文 <https://mmocr.readthedocs.io/zh_CN/latest/>
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`
|