|
|
@ -35,4 +35,5 @@ public interface IOpenServicePlatformService { |
|
|
|
List<OpenServiceOcr> getCustomsOcrResult(String uuid, String picture) throws OpenServiceInvokeException; |
|
|
|
List<OpenServiceOcr> getCustomsOcrResult(String uuid, String picture) throws OpenServiceInvokeException; |
|
|
|
|
|
|
|
|
|
|
|
List<OpenServiceOcr> ocrInvoice(String picture, String userName, String password, String taxno); |
|
|
|
List<OpenServiceOcr> ocrInvoice(String picture, String userName, String password, String taxno); |
|
|
|
|
|
|
|
List<OpenServiceOcr> ocrInvoice(String picture); |
|
|
|
} |
|
|
|
} |
|
|
|