Skip to content

Commit

Permalink
LLM-aPaaS-5139 [任务] GeneralOCR、TableOCR、DocFormatConverter组件参数生成优化 (b…
Browse files Browse the repository at this point in the history
…aidubce#337)

Co-authored-by: zhengmingming <[email protected]>
  • Loading branch information
samaritan1998 and zhengmingming authored Jun 4, 2024
1 parent f7c078b commit 336da95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appbuilder/core/components/general_ocr/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class GeneralOCR(Component):
manifests = [
{
"name": "general_ocr",
"description": "提供更高精度的通用文字识别能力,能够识别图片中的文字",
"description": "提供更高精度的通用文字识别能力,能够识别图片中的文字,不支持html后缀文件的输入",
"parameters": {
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion appbuilder/core/components/table_ocr/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class TableOCR(Component):
manifests = [
{
"name": "table_ocr",
"description": "需要识别图片中的表格内容,使用该工具",
"description": "需要识别图片中的表格内容,使用该工具, 但不支持html后缀文件的识别",
"parameters": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 336da95

Please sign in to comment.