java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

百度AI开放平台 Java SDK

Results 25 java-sdk issues
Sort by recently updated
recently updated
newest added
trafficstars

缺少url参数的接口;缺少AES加密的接口;

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20160810 to 20230227. Release notes Sourced from json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...

dependencies

如题:我在官网测试上传pdf文件可以识别。截图如下: ![image](https://github.com/Baidu-AIP/java-sdk/assets/11324122/0f8431e7-8bfc-4adc-8db8-dcfedbd15064) 但是我我本地调用想用代码调用识别pdf,提示报错,报错内容如下: ![image](https://github.com/Baidu-AIP/java-sdk/assets/11324122/89a1df16-09e1-458c-927e-78789fc58c56) 我调用的方法如下: ![image](https://github.com/Baidu-AIP/java-sdk/assets/11324122/322ec7c3-f9af-4378-97fe-4170ca4ee5fa) 请帮忙解答一下,谢谢!

host地址写死在代码中,不能直接访问公网的应用就不能使用sdk,只能写代码,浪费时间,增加集成开发成本。能不能做成可配置的?