|
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
|
The Writer class is used to write data from callbacks to an output stream. More...
#include <writer.h>
Public Member Functions | |
| virtual void | write_to (const message_ptr &msg, std::ostream &stream)=0 |
| writes data from callback to the specific output stream More... | |
The Writer class is used to write data from callbacks to an output stream.
|
pure virtual |
writes data from callback to the specific output stream
| msg | data from callback |
| stream | output stream |
Implemented in docwire::plain_text_writer, docwire::metadata_writer, docwire::html_writer, and docwire::csv_writer.