快递面单OCR识别

请求参数

param

false : 不检测
请求数据
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)); }