Leptonica 1.68
C Image Processing Library

textlinemask.c File Reference

Exploration of ways to find textline masks for very simple geometries. To do this task for more general layout, use pagesegtest* programs. More...

#include "allheaders.h"

Go to the source code of this file.

Functions

 main (int argc, char **argv)

Variables

static const l_int32 DEBUG_OUTPUT = 1
static const char * seltext = "xxxxxxx"

Detailed Description

Exploration of ways to find textline masks for very simple geometries. To do this task for more general layout, use pagesegtest* programs.

Definition in file textlinemask.c.


Function Documentation


Variable Documentation

const l_int32 DEBUG_OUTPUT = 1 [static]

Definition at line 29 of file textlinemask.c.

Referenced by main().

const char* seltext = "xxxxxxx" [static]

Definition at line 31 of file textlinemask.c.

Referenced by main().

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines