Leptonica 1.68
C Image Processing Library

jbwords.c File Reference

Demonstrates extracting and classifying words in textline order. More...

#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"

Go to the source code of this file.

Defines

#define BUF_SIZE   512
#define RENDER_PAGES   1
#define RENDER_DEBUG   1

Functions

 main (int argc, char **argv)

Variables

static const l_int32 MAX_WORD_WIDTH = 500
static const l_int32 MAX_WORD_HEIGHT = 200

Detailed Description

Demonstrates extracting and classifying words in textline order.

Definition in file jbwords.c.


Define Documentation

#define BUF_SIZE   512

Definition at line 41 of file jbwords.c.

Referenced by main().

#define RENDER_PAGES   1

Definition at line 44 of file jbwords.c.

#define RENDER_DEBUG   1

Definition at line 45 of file jbwords.c.


Function Documentation


Variable Documentation

const l_int32 MAX_WORD_WIDTH = 500 [static]

Definition at line 38 of file jbwords.c.

Referenced by main().

const l_int32 MAX_WORD_HEIGHT = 200 [static]

Definition at line 39 of file jbwords.c.

Referenced by main().

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines