$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
scribo::toolchain::internal::text_in_doc_functor< I > Struct Template Reference

#include <scribo/toolchain/internal/text_in_doc_functor.hh>

Public Types

typedef mln::trait::ch_value
< I, V >::ret 
L
typedef scribo::def::lbl_type V

Public Member Functions

virtual int nsteps () const
virtual void on_end ()
virtual void on_new_progress_label (const char *label)
virtual void on_progress ()
virtual void on_start ()
line_set< L > operator() (const Image< I > &input_)

Public Attributes

bool enable_denoising
bool enable_line_seps
bool enable_whitespace_seps
mln::util::timer gt
std::string ocr_language
line_set< L > output
mln::util::timer t
bool verbose

Detailed Description

template<typename I>
struct scribo::toolchain::internal::text_in_doc_functor< I >

Functor extracting text lines from a document image.

Definition at line 87 of file text_in_doc_functor.hh.