Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
com.baidu.aip:java-sdk
Advanced tools
Java SDK主要目录结构
com.baidu.aip
├── auth //签名相关类
├── http //Http通信相关类
├── client //公用类
├── exception //exception类
├── ocr
│ └── AipOcr //OCR服务入口
├── face
│ └── AipFace //人脸服务入口
├── imagecensor
│ └── AipImageCensor //图像审核服务入口
├── imageclassify
│ └── AipImageClassify //图像识别服务入口
├── imageprocess
│ └── AipImageProcess //图像处理服务入口
├── nlp
│ └── AipNlp //Nlp服务入口
├── kg
│ └── AipKnowledgeGraphic //知识图谱服务入口
├── speech
│ └── AipSpeech //语音服务入口
└── util //工具类
支持 JAVA版本:1.7+
直接使用JAR包步骤如下:
1.在官方网站下载Java SDK压缩工具包。
2.将下载的aip-java-sdk-version.zip
解压后,复制到工程文件夹中。
3.在Eclipse右键“工程 -> Properties -> Java Build Path -> Add JARs”。
4.添加SDK工具包aip-java-sdk-version.jar
和第三方依赖工具包json-20160810.jar
。
其中,version
为版本号,添加完成后,用户就可以在工程中使用OCR Java SDK。
使用maven依赖:
添加以下依赖:
<dependency>
<groupId>com.baidu.aip</groupId>
<artifactId>java-sdk</artifactId>
<version>4.8.0</version>
</dependency>
FAQs
The AIP SDK for Java provides Java APIs for all of AI APIs.
We found that com.baidu.aip:java-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.