ApiCorp: Class Antiplagiat.ApiCorp.Model.UploadOptions
ApiCorp Documentation  3.10.3
Class Antiplagiat.ApiCorp.Model.UploadOptions

Document upload options More details...

Properties

bool AddToIndex [get, set]
 Add the document to the company's own similarity index when uploading. More details...
 
int FolderId [get, set]
 ID of the folder in which the document will be uploaded. More details...
 
bool ToStorage [get, set]
 Add document to the storage. More details...
 
string FromUser [get, set]
 E-mail of the user on whose behalf the documents will be uploaded. More details...
 
bool OcrExtraction [get, set]
 The setting allows you to select the extraction method if this option is allowed in the company settings. Otherwise, it is ignored. True - forcibly extract text from the uploaded document using OCR. Text extraction via OCR slows down document loading in proportion to the number of pages in the document. The default value is False. Please use the True value only if the user himself has expressed a desire to extract the text via OCR. More details...
 

Detailed description

Document upload options

Full list of properties

◆ AddToIndex

bool Antiplagiat.ApiCorp.Model.UploadOptions.AddToIndex
getset

Add the document to the company's own similarity index when uploading.

◆ FolderId

int Antiplagiat.ApiCorp.Model.UploadOptions.FolderId
getset

ID of the folder in which the document will be uploaded.

◆ FromUser

string Antiplagiat.ApiCorp.Model.UploadOptions.FromUser
getset

E-mail of the user on whose behalf the documents will be uploaded.

◆ OcrExtraction

bool Antiplagiat.ApiCorp.Model.UploadOptions.OcrExtraction
getset

The setting allows you to select the extraction method if this option is allowed in the company settings. Otherwise, it is ignored. True - forcibly extract text from the uploaded document using OCR. Text extraction via OCR slows down document loading in proportion to the number of pages in the document. The default value is False. Please use the True value only if the user himself has expressed a desire to extract the text via OCR.

◆ ToStorage

bool Antiplagiat.ApiCorp.Model.UploadOptions.ToStorage
getset

Add document to the storage.