textline.h (ocrad-0.25-pre5) | : | textline.h (ocrad-0.25-pre6) | ||
---|---|---|---|---|
skipping to change at line 68 | skipping to change at line 68 | |||
void print( const Control & control ) const; | void print( const Control & control ) const; | |||
void dprint( const Control & control, const bool graph, | void dprint( const Control & control, const bool graph, | |||
const bool recursive ) const; | const bool recursive ) const; | |||
void xprint( const Control & control ) const; | void xprint( const Control & control ) const; | |||
void cmark( Page_image & page_image ) const; | void cmark( Page_image & page_image ) const; | |||
void recognize1( const Charset & charset ) const; | void recognize1( const Charset & charset ) const; | |||
void recognize2( const Charset & charset ); | void recognize2( const Charset & charset ); | |||
void apply_filter( const Filter::Type filter ); | void apply_filter( const Filter::Type filter ); | |||
void apply_user_filter( const User_filter & user_filter ); | void apply_user_filter( const User_filter & user_filter ); | |||
void join_broken_unrecognized_characters(); | ||||
void remove_leadind_trailing_duplicate_spaces(); | void remove_leadind_trailing_duplicate_spaces(); | |||
}; | }; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |