Skip to content

Commit

Permalink
add: RecognizeAIHealthCertificate
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed Jan 3, 2024
1 parent 8c5da90 commit cfe1bbd
Show file tree
Hide file tree
Showing 11 changed files with 400 additions and 26 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ https://godoc.org/github.com/chyroc/lark

## Support APIs

API Count: 987, Event Count: 139
API Count: 996, Event Count: 139

<details>
<summary>
Expand All @@ -55,6 +55,8 @@ API Count: 987, Event Count: 139
- UpdateACSUser
- GetACSUserList
- AI
- RecognizeAIVehicleInvoice
- RecognizeAIHealthCertificate
- RecognizeAIHkmMainlandTravelPermit
- RecognizeAITwMainlandTravelPermit
- RecognizeAIChinesePassport
Expand Down Expand Up @@ -485,12 +487,19 @@ API Count: 987, Event Count: 139
- DeleteCoreHRLocation
- GetCoreHRLocation
- GetCoreHRLocationList
- GetCoreHRCompany
- GetCoreHRCompanyList
- BatchGetCoreHRCompany
- CreateCoreHRCompany
- UpdateCoreHRCompany
- DeleteCoreHRCompany
- GetCoreHRCompany
- GetCoreHRCompanyList
- CreateCoreHRCostCenter
- ActiveCoreHRCostCenter
- DeleteCoreHRCostCenter
- SearchCoreHRCostCenter
- CreateCoreHRCostCenterVersion
- UpdateCoreHRCostCenterVersion
- DeleteCoreHRCostCenterVersion
- BatchGetCoreHRJobLevel
- CreateCoreHRJobLevel
- DeleteCoreHRJobLevel
Expand Down
15 changes: 12 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ https://godoc.org/github.com/chyroc/lark

## 支持的接口

API 总数: 987, 事件总数: 139
API 总数: 996, 事件总数: 139

<details>
<summary>
Expand All @@ -55,6 +55,8 @@ API 总数: 987, 事件总数: 139
- UpdateACSUser
- GetACSUserList
- AI
- RecognizeAIVehicleInvoice
- RecognizeAIHealthCertificate
- RecognizeAIHkmMainlandTravelPermit
- RecognizeAITwMainlandTravelPermit
- RecognizeAIChinesePassport
Expand Down Expand Up @@ -485,12 +487,19 @@ API 总数: 987, 事件总数: 139
- DeleteCoreHRLocation
- GetCoreHRLocation
- GetCoreHRLocationList
- GetCoreHRCompany
- GetCoreHRCompanyList
- BatchGetCoreHRCompany
- CreateCoreHRCompany
- UpdateCoreHRCompany
- DeleteCoreHRCompany
- GetCoreHRCompany
- GetCoreHRCompanyList
- CreateCoreHRCostCenter
- ActiveCoreHRCostCenter
- DeleteCoreHRCostCenter
- SearchCoreHRCostCenter
- CreateCoreHRCostCenterVersion
- UpdateCoreHRCostCenterVersion
- DeleteCoreHRCostCenterVersion
- BatchGetCoreHRJobLevel
- CreateCoreHRJobLevel
- DeleteCoreHRJobLevel
Expand Down
2 changes: 1 addition & 1 deletion api_ai_detect_text_language.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89 changes: 89 additions & 0 deletions api_ai_health_certificate_recognize.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_ai_recognize_speech_file.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_ai_recognize_speech_stream.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_ai_translate_text.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_chat_get_list_of_self.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cfe1bbd

Please sign in to comment.