ocr-text-recognition / config.json
vagheshpatel's picture
Sync ocr-text-recognition from metro-analytics-catalog
dc5a87a verified
Raw
History Blame Contribute Delete
670 Bytes
{
"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"
}