| { | |
| "model_type": "ocr-text-recognition", | |
| "library_name": "openvino", | |
| "pipeline_tag": "image-to-text", | |
| "category": "Optical Character Recognition (Text Detection + Recognition)", | |
| "base_model": "PP-OCRv4 (PaddlePaddle)", | |
| "source_framework": "PaddlePaddle", | |
| "supported_precisions": [ | |
| "FP32", | |
| "FP16" | |
| ], | |
| "inference_engine": "OpenVINO", | |
| "hardware": [ | |
| "CPU", | |
| "GPU", | |
| "NPU" | |
| ], | |
| "detected_classes": "Text regions + recognized text strings", | |
| "hf_repo_id": "Intel/ocr-text-recognition", | |
| "description": "OCR for text use case using the PaddleOCR PP-OCRv4 detection and recognition pipeline to detect and read text in images and video" | |
| } | |