I am using Azure.AI.Form.Recognizer 3.1.0-beta.1 NuGet package version in local. I have written a code for extracting value from the PDF file in C# using this sample Recognize custom forms from a file stream. So here my question is how to send more than one file for OCR simultaneously because the description of StartRecognizeCustomFormsAsync / StartRecognizeCustomFormsFromUriAsync methods says one or more forms, using a model trained with custom forms
I am using Azure.AI.Form.Recognizer 3.1.0-beta.1 NuGet package version in local. I have written a code for extracting value from the PDF file in C# using this sample Recognize custom forms from a file stream. So here my question is how to send more than one file for OCR simultaneously because the description of StartRecognizeCustomFormsAsync / StartRecognizeCustomFormsFromUriAsync methods says one or more forms, using a model trained with custom forms