/AWS1/CL_CPDDOCUMENTMETADATA¶
Information about the document, discovered during text extraction.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_pages TYPE /AWS1/CPDINTEGER /AWS1/CPDINTEGER¶
Number of pages in the document.
it_extractedcharacters TYPE /AWS1/CL_CPDEXTRACTEDCHARACT00=>TT_LISTOFEXTRACTEDCHARACTERS TT_LISTOFEXTRACTEDCHARACTERS¶
List of pages in the document, with the number of characters extracted from each page.
Queryable Attributes¶
Pages¶
Number of pages in the document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAGES() |
Getter for PAGES, with configurable default |
ASK_PAGES() |
Getter for PAGES w/ exceptions if field has no value |
HAS_PAGES() |
Determine if PAGES has a value |
ExtractedCharacters¶
List of pages in the document, with the number of characters extracted from each page.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXTRACTEDCHARACTERS() |
Getter for EXTRACTEDCHARACTERS, with configurable default |
ASK_EXTRACTEDCHARACTERS() |
Getter for EXTRACTEDCHARACTERS w/ exceptions if field has no |
HAS_EXTRACTEDCHARACTERS() |
Determine if EXTRACTEDCHARACTERS has a value |