|
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
|
Public Member Functions | |
| chain_element (chain_element &&)=default | |
| chain_element & | operator= (chain_element &&)=default |
| virtual continuation | operator() (message_ptr msg, const message_callbacks &emit_message)=0 |
| virtual bool | is_leaf () const =0 |
| Check if chain element is a leaf (last element which doesn't produce any messages). At this moment only exporters are leafs. More... | |
| virtual bool | is_generator () const |
Additional Inherited Members | |
Protected Types inherited from docwire::with_pimpl< chain_element > | |
| using | impl_type = pimpl_impl< chain_element > |
Protected Member Functions inherited from docwire::with_pimpl< chain_element > | |
| impl_type * | create_impl (Args &&... args) |
| with_pimpl (Args &&... args) | |
| with_pimpl (with_pimpl< chain_element > &&other) noexcept | |
| with_pimpl (std::nullptr_t) | |
| with_pimpl & | operator= (with_pimpl &&other) noexcept |
| impl_type & | impl () |
| const impl_type & | impl () const |
Definition at line 24 of file chain_element.h.
|
pure virtual |
Check if chain element is a leaf (last element which doesn't produce any messages). At this moment only exporters are leafs.
Implemented in docwire::xml_parser< safety_level >, docwire::xlsb_parser, docwire::xls_parser, docwire::txt_parser, docwire::transformer_func, docwire::openai::transcribe, docwire::openai::text_to_speech, docwire::rtf_parser, docwire::pst_parser, docwire::ppt_parser, docwire::http::post, docwire::plain_text_exporter, docwire::pdf_parser, docwire::parsing_chain, docwire::output_chain_element, docwire::odfxml_parser< safety_level >, docwire::odf_ooxml_parser< safety_level >, docwire::ocr_parser, docwire::ai::model_chain_element, docwire::metadata_exporter, docwire::iwork_parser, docwire::input_chain_element, docwire::html_parser, docwire::html_exporter, docwire::eml_parser, docwire::openai::embed, docwire::doc_parser, docwire::csv_exporter, docwire::content_type::xlsb::detector, docwire::content_type::outlook::detector, docwire::content_type::odf_ooxml::detector, docwire::content_type::odf_flat::detector, docwire::content_type::iwork::detector, docwire::content_type::image::detector, docwire::content_type::html::detector, docwire::content_type::by_signature::detector, docwire::content_type::by_file_extension::detector, docwire::content_type::asp::detector, docwire::content_type::detector, docwire::openai::chat, docwire::archives_parser, and docwire::ai::embed.