OpenAIOcrCopilotOptions.WithDocuments
Contents
[
Hide
]WithDocuments(DocumentCollection)
Sets the document collection.
public OpenAIOcrCopilotOptions WithDocuments(DocumentCollection documentCollection)
Parameter | Type | Description |
---|---|---|
documentCollection | DocumentCollection | The document collection to set. |
Return Value
The current instance of OpenAIOcrCopilotOptions
.
See Also
- class DocumentCollection
- class OpenAIOcrCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocuments(List<PdfDocument>)
Adds multiple PDF documents to the document collection.
public OpenAIOcrCopilotOptions WithDocuments(List<PdfDocument> pdfDocuments)
Parameter | Type | Description |
---|---|---|
pdfDocuments | List`1 | The list of PDF documents to add. |
Return Value
The current instance of OpenAIOcrCopilotOptions
.
See Also
- class PdfDocument
- class OpenAIOcrCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocuments(List<string>)
Adds multiple document paths to the document collection.
public OpenAIOcrCopilotOptions WithDocuments(List<string> filePaths)
Parameter | Type | Description |
---|---|---|
filePaths | List`1 | The list of file paths to add. |
Return Value
The current instance of OpenAIOcrCopilotOptions
.
See Also
- class OpenAIOcrCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF