performOCR

@GET(value = "/cgi/ingredients.pl?process_image=1&ocr_engine=google_cloud_vision")
abstract suspend fun performOCR(@Query(value = "code") code: String, @Query(value = "id") imgId: String): JsonNode