快递面单OCR识别
查看技术文档 重置为默认值
请求参数
请求数据
public void testElecDetocr() throws Exception { OrcParam orcParam = new OrcParam(); orcParam.setImage("iVBORw0KGgoAAAANSUhEUgAAAskAAAUACAM..."); String param = new Gson().toJson(orcParam); PrintReq printReq = new PrintReq(); printReq.setKey(key); printReq.setParam(param); IBaseClient orc = new ElecDetocr(); System.out.println(orc.execute(printReq)); }