Metadata-Version: 2.1
Name: mlcvzoo-mmocr
Version: 5.0.0
Summary: MLCVZoo MMOCR Package
Home-page: https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/mlcvzoo
License: Open Logistics License Version 1.0
Author: Maximilian Otten
Author-email: maximilian.otten@iml.fraunhofer.de
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: mlcvzoo_base (>=5,<6)
Requires-Dist: mlcvzoo_mmdetection (>=5,<6)
Requires-Dist: mmcv-full (>=1.3.4,!=1.3.18)
Requires-Dist: mmdet (>=2.11.0,<3.0.0)
Requires-Dist: mmocr (>=0.3,<=0.6.3)
Requires-Dist: nptyping (>=2.0,<3.0)
Requires-Dist: numpy (>=1.19.2,!=1.19.5)
Requires-Dist: opencv-contrib-python (>=4.5,<5.0,!=4.5.5.64,!=4.6.0.66)
Requires-Dist: opencv-python (>=4.5,<5.0,!=4.5.5.64,!=4.6.0.66)
Requires-Dist: protobuf (<=3.20)
Requires-Dist: pycocotools (>=2.0.2,<3.0.0)
Requires-Dist: related-mltoolbox (>=1,<2)
Requires-Dist: torch (>=1.9,<2.0)
Requires-Dist: torchvision (>=0.10,<0.11)
Requires-Dist: yaml-config-builder (>=8,<9)
Project-URL: Documentation, https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/mlcvzoo/-/blob/main/documentation/index.adoc
Project-URL: Repository, https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/mlcvzoo
Description-Content-Type: text/markdown

# MLCVZoo MMOCR

The MLCVZoo is an SDK for simplifying the usage of various (machine learning driven)
computer vision algorithms. The package **mlcvzoo_mmocr** is the wrapper module for
the [mmocr framework](https://github.com/open-mmlab/mmocr).

Further information about the MLCVZoo can be found [here](../README.md).

## Install
`
pip install mlcvzoo-mmocr
`

## Technology stack

- Python

