python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Azure Form Recognizer only analyzes the first file in a stream
I am testing some AI Document analysis stuff, and am currently trying to allow users to Upload Files to a WebApp, which in turn sends them to Azure Form Recognizer and processes the results.
I am howe...
DerSeestern
Votes: 0
Answers: 1
Extract list of data from PDF that repeats using Azure Form Recognizer
I have PDF that has sections that is similar in structure but the data differs. The sections are not detected as table. Each sections have multiple data to be read. And I would need to get all the val...
Pradeep
Votes: 0
Answers: 0
How to Transform Form recognizer JSON structure into SQL table
I have below JSON structure which is returned by Azure Form Recognizer API.
columnCount key gives actual number of columns.
I want to transform the cells where Kind = columnHeader into Column of Azure...
Sagar
Votes: 0
Answers: 1
How to lable Table with no column in Azure Form Recognizer
I have a PDF file which will contains some data like below structure.
I want to use Azure Form Recognizer to get the data.
How can I set the label with Table.
While tagging with Table, it need to spe...
Edward
Votes: 0
Answers: 2