Form recognizer prebuilt v3 2022-06-30-preview output format changed.

Kesavamurthi D 106 Reputation points
2023-01-27T06:38:16.7833333+00:00

HI team.

for the last 10 days we are getting a different format in FR output prebuilt v3 2022-06-30-preview

['analyzeResult']['documents'][0]['fields']

Earlier may before a month, we are getting only items (invoice line items) as type array now recently payment details also added to type array with many new details like IBAN, swift .

"PaymentDetails": {
						"type": "array",
						"valueArray": [
							{
								"type": "object",
								"valueObject": {
									"IBAN": {
										"type": "string",
										"valueString": "XXXXXXXXXXXXXXXXXX",
										"content": "XXXXXXXXXXXXXXXXXX",
										"boundingRegions": [
											{

Could you pls confirm it and any recent documentation on what all changes made ..pls guide.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,339 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 41,861 Reputation points Microsoft Employee
    2023-01-27T14:29:47.2266667+00:00

    Kesavamurthi D That should be fine. I realized that these are indeed added to the preview API. Please check the GET MODEL API to get the complete list of fields supported by the model and it should provide you more details about the expected results.

    GET https://{endpoint}/formrecognizer/documentModels/prebuilt-invoice?api-version=2022-06-30-preview

    -Please kindly accept the answer if the answer was helpful to support the community, thanks.

    0 comments No comments