Skip to content

Commit 739c54a

Browse files
author
Jill Grant
authored
Merge pull request #1375 from laujan/add-v4-schema-to-docs-for-ignite
Add v4 schema to docs for ignite
2 parents b93ea9a + eeb0d11 commit 739c54a

File tree

1 file changed

+24
-11
lines changed
  • articles/ai-services/document-intelligence

1 file changed

+24
-11
lines changed

articles/ai-services/document-intelligence/toc.yml

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -319,30 +319,43 @@ items:
319319
href: /javascript/api/overview/azure/ai-document-intelligence-rest-readme?view=azure-node-preview&preserve-view=true
320320
- name: Python
321321
href: /python/api/overview/azure/ai-documentintelligence-readme?view=azure-python-preview&preserve-view=true
322-
- name: Schema
322+
- name: Schema 2024-11-30 (GA)
323323
items:
324324
- name: Bank check
325-
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/bank-check.md
325+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-11-30-ga/bank-check.md
326326
- name: Bank statement
327-
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/bank-statement.md
327+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-11-30-ga/bank-statement.md
328328
- name: Business card (2023-07-31 GA)
329329
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2023-07-31-ga/business-card.md
330330
- name: Contract
331-
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/contract.md
331+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-11-30-ga/contract.md
332332
- name: Credit card
333-
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/credit-card.md
333+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-11-30-ga/credit-card.md
334334
- name: Health insurance card
335-
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/health-insurance-card.md
335+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-11-30-ga/health-insurance-card.md
336336
- name: ID document
337-
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/id-document.md
337+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-11-30-ga/id-document.md
338338
- name: Invoice
339-
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/invoice.md
339+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-11-30-ga/invoice.md
340340
- name: Marriage certificate
341-
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/marriage-certificate.md
341+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-11-30-ga/marriage-certificate.md
342342
- name: Pay stub
343-
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/pay-stub.md
343+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-11-30-ga/pay-stub.md
344344
- name: Receipt
345-
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/receipt.md
345+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-11-30-ga/receipt.md
346+
- name: US tax W-2 form
347+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-11-30-ga/us-tax/w2.md
348+
- name: US tax W-4 form
349+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-11-30-ga/us-tax/w4.md
350+
- name: US tax 1040 forms and schedules
351+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/tree/main/schema/2024-11-30-ga/us-tax/1040
352+
- name: US tax 1095 forms and schedules
353+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/tree/main/schema/2024-11-30-ga/us-tax/1095
354+
- name: US tax 1098 forms and schedules
355+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/tree/main/schema/2024-11-30-ga/us-tax/1098
356+
- name: US tax 1099 forms and schedules
357+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/tree/main/schema/2024-11-30-ga/us-tax/1099
358+
346359
- name: Resources
347360
items:
348361
- name: Enterprise readiness

0 commit comments

Comments
 (0)