Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tommasodotNET committed Dec 2, 2023
1 parent 3368241 commit 1c3780f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/backend/KnowledgeBase.DocumentProcessing/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

app.MapPost("/documentprocess", [Topic("skragdemoqueue", "documentprocess")] async (IFormRecognizerManager formRecognizerManager, DaprClient daprClient, DocumentProcessing documentProcessing) =>
{
Environment.SetEnvironmentVariable("AZURE_CLIENT_ID", "d53cfbc6-6de7-43a1-a247-4bff27284a40");
var blobUri = new Uri(documentProcessing.BlobUri);
Console.WriteLine($"Processing document {documentProcessing.BlobName} and URI {blobUri}");
var forms = await formRecognizerManager.GetFormsFromPdfAsync(blobUri);
Expand Down

0 comments on commit 1c3780f

Please sign in to comment.