<!-- Release notes generated using configuration in .github/release.yml at main -->
<p align="center">
<img src="https://github.com/felixdittrich92/OnnxTR/blob/main/docs/images/logo.jpg" width="50%">
</p>
What's Changed
**NOTE:** OnnxTR v0.6.0 requires `Python >=3.10`
New version specifiers
To further enhance `OnnxTR` as a go-to solution for production environments, two new installation options are introduced, tailored for OpenVINO-powered deployments:
bash
pip install "onnxtr[openvino]"
pip install "onnxtr[openvino-headless]" same as "onnxtr[openvino]" but with opencv-headless
OpenVINO™ (Open Visual Inference and Neural Network Optimization) is an open-source toolkit developed by Intel to optimize and deploy AI inference across a variety of hardware. It is specifically designed for **Intel architectures** but supports multiple hardware targets, including CPUs, GPUs, NPUs, and so on. OpenVINO is particularly well-suited for applications requiring high-performance inference, such as computer vision, natural language processing, and edge AI scenarios.
As you can see this provides a great performance boost:
![Screenshot from 2024-11-23 14-30-03](https://github.com/user-attachments/assets/403612e1-c174-4dc8-ad53-da25801fdca6)
Publicly available pre-built Docker images added
Can be found [here](https://github.com/felixdittrich92/OnnxTR/pkgs/container/onnxtr)
OnnxTR demo
[![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/Felix92/OnnxTR-OCR)
[OnnxTR Hugging Face collection](https://huggingface.co/collections/Felix92/onnxtr-66bf213a9f88f7346c90e842)
**Full Changelog**: https://github.com/felixdittrich92/OnnxTR/compare/v0.5.1...v0.6.0