HuggingfaceClient.Inference.Task.DocumentQuestionAnswering
(huggingface_client v0.1.0)
Copy Markdown
View Source
Document question answering from scanned documents.
Summary
Functions
Runs the document-question-answering task.
Functions
@spec run(HuggingfaceClient.Client.t(), map()) :: {:ok, term()} | {:error, Exception.t()}
Runs the document-question-answering task.
Returns {:ok, result} or {:error, exception}.