From 0a7af2a3fad5aae5c4b6a157c9b1ce4e0dffaa80 Mon Sep 17 00:00:00 2001 From: andyjpaddle Date: Fri, 29 Apr 2022 07:59:01 +0000 Subject: [PATCH] remove some params --- doc/doc_ch/whl.md | 1 - doc/doc_en/whl_en.md | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/doc_ch/whl.md b/doc/doc_ch/whl.md index 7d8cc26f..d57f2ac3 100644 --- a/doc/doc_ch/whl.md +++ b/doc/doc_ch/whl.md @@ -417,4 +417,3 @@ im_show.save('result.jpg') | show_log | 是否打印logger信息 | FALSE | | type | 执行ocr或者表格结构化, 值可选['ocr','structure'] | ocr | | ocr_version | OCR模型版本,可选PP-OCRv3, PP-OCRv2, PP-OCR。PP-OCRv3 目前仅支持中、英文的检测和识别模型,方向分类器模型;PP-OCRv2 目前仅支持中文的检测和识别模型;PP-OCR支持中文的检测,识别,多语种识别,方向分类器等模型 | PP-OCRv3 | -| structure_version | 表格结构化模型版本,可选 PP-STRUCTURE。PP-STRUCTURE支持表格结构化模型 | PP-STRUCTURE | diff --git a/doc/doc_en/whl_en.md b/doc/doc_en/whl_en.md index 50edfa25..40a2e122 100644 --- a/doc/doc_en/whl_en.md +++ b/doc/doc_en/whl_en.md @@ -369,4 +369,3 @@ im_show.save('result.jpg') | show_log | Whether to print log| FALSE | | type | Perform ocr or table structuring, the value is selected in ['ocr','structure'] | ocr | | ocr_version | OCR Model version number, the current model support list is as follows: PP-OCRv3 support Chinese and English detection and recognition model and direction classifier model, PP-OCRv2 support Chinese detection and recognition model, PP-OCR support Chinese detection, recognition and direction classifier, multilingual recognition model | PP-OCRv3 | -| structure_version | table structure Model version number, the current model support list is as follows: PP-STRUCTURE support english table structure model | PP-STRUCTURE | -- GitLab