Azure Form Recognizer
An Azure service that applies machine learning to extract text, key/value pairs, tables, and structures from documents.
695 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When i download a csv report from an analysis both files as infos have value "undefined", from GUI in prediction results i have all fields populated and correctly extracted, how can i have correct output from csv file? My plan is free trial
I'm trying form recognizer from graphical environment, without interactions with other apps, after training I use a pdf from local, I start the analysis and in the results I can download either a json or a csv, the json is generated correctly the csv instead has the values undefined
Thanks @Aldo I think I understand your scenario now. Are you using the web hosted version of labeling tool or is it deployed locally using a container?
For my understanding any null values in the JSON are mapped as undefined in the CSV format. Do you see any null values for the labels in JSON format that are shown as undefined in CSV?
Since, this could be a data issue, I would recommend to provide details i.e the JSON file and the CSV file for your export and post them on the issues section of the tool's github page here. Please ensure to post the version of the tool in the issue, the version of the tool will be on the bottom right corner of the screen.
I do not think the issue could be related to your plan though.