Skip to content

Commit

Permalink
fix sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
y3sar committed Jun 12, 2023
1 parent f9ec825 commit 87831bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/task_summary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Although multimodal models work with different data types, internally, the prepr
### Document question answering
Document question answering is a task that answers natural language questions from a document. Unlike a token-level question answering task which takes text as input, document question answering takes an image of a document as input along with a question about the document and returns an answer. Document question answering can be used to parse structured documents and extract key information from documents. In the example below, the total amount and change due can be extracted from a receipt.
Document question answering is a task that answers natural language questions from a document. Unlike a token-level question answering task which takes text as input, document question answering takes an image of a document as input along with a question about the document and returns an answer. Document question answering can be used to parse structured documents and extract key information from it. In the example below, the total amount and change due can be extracted from a receipt.
```py
>>> from transformers import pipeline
Expand Down

0 comments on commit 87831bf

Please sign in to comment.