OpenAIOcrCopilotOptions.WithDocument
WithDocument(PdfDocument)
Adds a PDF document to the document collection.
public OpenAIOcrCopilotOptions WithDocument(PdfDocument pdfDocument)
Parameter | Type | Description |
---|---|---|
pdfDocument | PdfDocument | The PDF document to add. |
Return Value
The current instance of OpenAIOcrCopilotOptions
.
See Also
- class PdfDocument
- class OpenAIOcrCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocument(string)
Adds a document path to the document collection.
public OpenAIOcrCopilotOptions WithDocument(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | The file path of the document to add. |
Return Value
The current instance of OpenAIOcrCopilotOptions
.
See Also
- class OpenAIOcrCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF