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::parser_creator< ParserType > Class Template Reference

Static Public Member Functions

static std::unique_ptr< doctotext::Parsercreate (const std::string &inFileName, const std::shared_ptr< doctotext::ParserManager > &parserManager)
 
static std::unique_ptr< doctotext::Parsercreate (const char *buffer, size_t size, const std::shared_ptr< doctotext::ParserManager > &parserManager)
 

Detailed Description

template<typename ParserType>
class doctotext::parser_creator< ParserType >

Definition at line 102 of file parser_wrapper.h.

Member Function Documentation

◆ create() [1/2]

template<typename ParserType >
static std::unique_ptr< doctotext::Parser > doctotext::parser_creator< ParserType >::create ( const char *  buffer,
size_t  size,
const std::shared_ptr< doctotext::ParserManager > &  parserManager 
)
inlinestatic

Definition at line 112 of file parser_wrapper.h.

◆ create() [2/2]

template<typename ParserType >
static std::unique_ptr< doctotext::Parser > doctotext::parser_creator< ParserType >::create ( const std::string &  inFileName,
const std::shared_ptr< doctotext::ParserManager > &  parserManager 
)
inlinestatic

Definition at line 106 of file parser_wrapper.h.


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