Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions Pending/PaddleOCR/chinese/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"model_name": "PP-OCRv5_server_rec",
"model_type": "recognition",
"framework": "PaddleOCR",
"version": "PP-OCRv5",
"language_group": "chinese",
"supported_languages": [
"Chinese (Simplified)",
"Pinyin",
"Traditional Chinese",
"English",
"Japanese"
],
"description": "PP-OCRv5 Chinese/Japanese text recognition model (server version)",
"accuracy": "N/A",
"dataset": "Default PP-OCRv5 multilingual dataset",
"original_format": "PaddlePaddle",
"converted_format": "ONNX",
"opset_version": 11,
"dictionary_file": "ppocrv5_dict.txt",
"input_shape": "dynamic (batch_size, 3, 32, dynamic_width)",
"output_shape": "dynamic (batch_size, sequence_length, num_classes)",
"source": "https://github.com/PaddlePaddle/PaddleOCR",
"documentation": "https://www.paddleocr.ai/main/en/version3.x/algorithm/PP-OCRv5/PP-OCRv5_multi_languages.html",
"usage": {
"library": "onnxruntime",
"preprocessing": "Grayscale or RGB image, resized to height=32, normalized",
"postprocessing": "CTC decoding with character dictionary",
"dictionary_format": "One character per line, UTF-8 encoding"
}
}
Loading