Leptonica 1.68
C Image Processing Library
|
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 |
Demonstrates extracting and classifying words in textline order.
Definition in file jbwords.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 48 of file jbwords.c.
References BUF_SIZE, ERROR_INT, FALSE, filename, IFF_PNG, jbClasserDestroy(), jbDataDestroy(), jbDataRender(), jbDataSave(), jbDataWrite(), jbWordsInTextlines(), L_CLONE, MAX_WORD_HEIGHT, MAX_WORD_WIDTH, nfiles, numaDestroy(), pixaDestroy(), pixaGetCount(), pixaGetPix(), pixDestroy(), pixWrite(), and TRUE.
const l_int32 MAX_WORD_WIDTH = 500 [static] |
const l_int32 MAX_WORD_HEIGHT = 200 [static] |