Versions in this module Expand all Collapse all v1 v1.0.2 May 8, 2026 Changes in this version + var GetAccessTokenUrl = "https://aip.baidubce.com/oauth/2.0/token" + func GetAccessTokenFunc(httpService httpx.IService, appId, appSecret string, extends map[string]any) (res *module_api.OauthInfo, err error) + func GetPlatform() *module_api.Platform + type GetAccessTokenResponse struct + AccessToken string + ExpiresIn int64 + type OcrAccurateBasic struct + Direction int32 + LogId int64 + WordsResult []*OcrAccurateBasicWord + WordsResultNum int32 + func OcrAccurateBasicByImage64(image64 string) (res *OcrAccurateBasic, err error) + type OcrAccurateBasicWord struct + Words string