Azure-Samples / Azure-Samples/document-intelligence-code-samples
Support for Query Fields at Line Item Level (e.g., IGST Rate, IGST Amount in Invoice Items)
- Linguagem predominante
- C#
- Estrelas
- 201
- Forks
- 115
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Description
Currently, the query_fields parameter in the begin_analyze_document API allows us to specify high-level fields such as Address or InvoiceNumber.
For example:
This works well for document-level fields.
However, I would like to specify query fields for each line item (product) in an invoice. For instance, in the attached sample invoice, I need to extract IGST Rate and IGST Amount for each line item in the product table.
Problem
At the moment, query_fields seems to only work for top-level fields and does not allow targeting fields inside a repeating structure like invoice line items.
Request
-
Is there a way to define query fields at the line item (per product) level?
-
If not, can support for item-level query fields (e.g., tax percentages, amounts, discounts per line item) be added in a future release?
Example Use Case
For an invoice line item table:

I want to query and extract IGST Rate and IGST Amount along with other line item details.
Guia de contribuição
Direção de pesquisa
Start with the Python begin_analyze_document example and its query_fields and QUERY_FIELDS parameters. Check whether the Document Intelligence API supports queries inside repeating invoice line items, including IGST Rate and IGST Amount. Done means documenting the supported approach or clearly recording that item-level query fields require future service support.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- azure, python
- Domínio
- api
- Tipo de issue
- Funcionalidade
- Dificuldade
- 5/5
- Tempo estimado
- Mais de uma semana
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 25/100