Click or drag to resize

DocAI UploadDocument Method

Uploads document to the AI service.

Namespace: Spire.Doc.AI
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string UploadDocument(
	Document document
)

Parameters

document
Type: Spire.Doc Document
document.

Return Value

Type: String
The result contains the file path on ai server as a string.
See Also