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::Importer Member List

This is the complete list of members for doctotext::Importer, including all inherited members.

add_callback(const NewNodeCallback &callback)doctotext::Importer
add_parameters(const ParserParameters &parameters)doctotext::Importer
disconnect_all()doctotext::Importer
Importer(const ParserParameters &parameters=ParserParameters(), const std::shared_ptr< ParserManager > &parser_manager=std::make_shared< ParserManager >())doctotext::Importerexplicit
Importer(const std::string &file_name, const ParserParameters &parameters=ParserParameters(), const std::shared_ptr< ParserManager > &parser_manager=std::make_shared< ParserManager >())doctotext::Importer
Importer(std::istream &input_stream, const ParserParameters &parameters=ParserParameters(), const std::shared_ptr< ParserManager > &parser_manager=std::make_shared< ParserManager >())doctotext::Importer
Importer(const Importer &other) (defined in doctotext::Importer)doctotext::Importer
is_valid() constdoctotext::Importer
operator=(const Importer &other) (defined in doctotext::Importer)doctotext::Importer
process() constdoctotext::Importer
set_input_stream(std::istream &input_stream)doctotext::Importer
~Importer() (defined in doctotext::Importer)doctotext::Importervirtual