DocWire DocToText - Powered by Silvercoders 5.0.5
A multifaceted, data extraction software development toolkit that converts all sorts of files to plain text and html. Written in C++, this data extraction tool has a parser able to convert PST & OST files along with a brand new API for better file processing. To enhance its utility, DocToText, as a data extraction tool, can be integrated with other data mining and data analytics applications. It comes equipped with a high grade, scriptable and trainable OCR that has LSTM neural networks based character recognition. This document parser is able to extract metadata along with annotations and supports a list of formats that include: DOC, XLS, XLSB, PPT, RTF, ODF (ODT, ODS, ODP), OOXML (DOCX, XLSX, PPTX), iWork (PAGES, NUMBERS, KEYNOTE), ODFXML (FODP, FODS, FODT), PDF, EML, HTML, Outlook (PST, OST), Image (JPG, JPEG, JFIF, BMP, PNM, PNG, TIFF, WEBP) and DICOM (DCM)
doctotext::EncryptedFileException Class Reference
Inheritance diagram for doctotext::EncryptedFileException:
Collaboration diagram for doctotext::EncryptedFileException:

Public Member Functions

 EncryptedFileException (const std::string &msg)
 
- Public Member Functions inherited from doctotext::Exception
 Exception (const std::string &first_error_message) noexcept
 
 Exception (const Exception &ex) noexcept
 
Exceptionoperator= (const Exception &ex) noexcept
 
const char * what ()
 
std::string getBacktrace ()
 
void appendError (const std::string &error_message)
 
std::list< std::string >::iterator getErrorIterator () const
 
size_t getErrorCount () const
 

Detailed Description

Definition at line 123 of file exception.h.

Constructor & Destructor Documentation

◆ EncryptedFileException()

doctotext::EncryptedFileException::EncryptedFileException ( const std::string &  msg)
inlineexplicit

Definition at line 126 of file exception.h.


The documentation for this class was generated from the following file: