$extrastylesheet
#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 |
Functor extracting text lines from a document image.
Definition at line 87 of file text_in_doc_functor.hh.