|
@@ -23,7 +23,7 @@ public interface OcrApiClient {
|
|
|
* @return
|
|
|
*/
|
|
|
@Multipart
|
|
|
- @POST(AiConstants.OCR_GENERAL_PATH)
|
|
|
- String image(@Tag SignatureInfo signature, @Query("type") OcrType type, @Part MultipartBody.Part image);
|
|
|
+ @POST(AiConstants.OCR_IMAGE_PATH)
|
|
|
+ String forImage(@Tag SignatureInfo signature, @Query("type") OcrType type, @Part MultipartBody.Part image);
|
|
|
|
|
|
}
|