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::FormattingStyle Struct Reference
Collaboration diagram for doctotext::FormattingStyle:

Public Member Functions

 FormattingStyle (const TableStyle &tableStyle, const UrlStyle &urlStyle)
 

Public Attributes

TableStyle table_style
 
UrlStyle url_style
 
ListStyle list_style
 

Detailed Description

Definition at line 61 of file formatting_style.h.

Constructor & Destructor Documentation

◆ FormattingStyle() [1/2]

doctotext::FormattingStyle::FormattingStyle ( )
inline

Definition at line 63 of file formatting_style.h.

◆ FormattingStyle() [2/2]

doctotext::FormattingStyle::FormattingStyle ( const TableStyle &  tableStyle,
const UrlStyle &  urlStyle 
)
inline

Definition at line 66 of file formatting_style.h.

Member Data Documentation

◆ list_style

ListStyle doctotext::FormattingStyle::list_style

Definition at line 71 of file formatting_style.h.

◆ table_style

TableStyle doctotext::FormattingStyle::table_style

Definition at line 69 of file formatting_style.h.

◆ url_style

UrlStyle doctotext::FormattingStyle::url_style

Definition at line 70 of file formatting_style.h.


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