Constructor
new DocumentsInValidationDocumentSource(configServer)
Creates the document source.
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
configServer | object | The configuration for the server. Properties
|
Classes
Methods
getDocumentUrl() → {string}
Returns the URL of the document to validate
Returns:
The URL of the document
- Type:
- string
getImageUrl(doc) → {string}
Returns the URL of the image of the document
Parameters:
Name | Type | Description |
---|---|---|
doc | Document | The document |
Returns:
The URL of the image
- Type:
- string