Loading SimpleOCRService/SimpleOCRService/Controller/SimpleOCRController.cs +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ namespace SimpleOCR.Service.Core.Controller } [Authenticate] [HttpGet] [HttpPut] [Route(nameof(GetOCRContent))] [ProducesResponseType(typeof(string), StatusCodes.Status200OK)] public IActionResult GetOCRContent([FromBody] byte[] fileContent, [FromQuery] string[] languags, [FromQuery] string fileType) Loading Loading
SimpleOCRService/SimpleOCRService/Controller/SimpleOCRController.cs +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ namespace SimpleOCR.Service.Core.Controller } [Authenticate] [HttpGet] [HttpPut] [Route(nameof(GetOCRContent))] [ProducesResponseType(typeof(string), StatusCodes.Status200OK)] public IActionResult GetOCRContent([FromBody] byte[] fileContent, [FromQuery] string[] languags, [FromQuery] string fileType) Loading