Ejemplo n.º 1
0
 public async void PostAsync([FromBody] string links)
 {
     System.Diagnostics.Debug.WriteLine("entrou");
     Console.WriteLine("entrou no metodo");
     try
     {
         await ocr.ExecuteOcrAsync(links);
     }
     catch (System.Exception)
     {
         BadRequest();
     }
 }