|
DocWire SDK
DocWire SDK: Award-winning modern data processing in C++20. SourceForge Community Choice & Microsoft support. AI-driven processing. Supports nearly 100 data formats, including email boxes and OCR. Boost efficiency in text extraction, web data extraction, data mining, document analysis. Offline processing possible for security and confidentiality
|
Public Attributes | |
| std::optional< std::string > | author |
| The author of the document. | |
| std::optional< std::chrono::sys_seconds > | creation_date |
| The creation date and time of the document. | |
| std::optional< std::string > | last_modified_by |
| The user who last modified the document. | |
| std::optional< std::chrono::sys_seconds > | last_modification_date |
| The last modification date and time of the document. | |
| std::optional< size_t > | page_count |
| The number of pages in the document. | |
| std::optional< size_t > | word_count |
| The number of words in the document. | |
| std::optional< email > | email_attrs |
| Email-specific attributes if applicable. | |
Definition at line 59 of file attributes.h.