#include <stdio.h>
#include "wordclass.h"
#include "fxid.h"
#include "tordvars.h"
#include "associate.h"
#include "render.h"
#include "metrics.h"
#include "matchtab.h"
#include "permute.h"
#include "context.h"
#include "badwords.h"
#include "callcpp.h"
#include <assert.h>
#include "wordrec.h"
Namespaces | |
namespace | tesseract |
Defines | |
#define | BOLD_ON "&dB(s3B" |
#define | BOLD_OFF "&d@(s0B" |
#define | UNDERLINE_ON "&dD" |
#define | UNDERLINE_OFF "&d@" |
Functions | |
TBLOB * | newblob () |
write_text_files | |
void | write_text_files (TWERD *word, char *raw_choice, int same_row, int good_word, int firstpass) |
Variables | |
inT16 | first_pass |
#define BOLD_OFF "&d@(s0B" |
#define BOLD_ON "&dB(s3B" |
#define UNDERLINE_OFF "&d@" |
#define UNDERLINE_ON "&dD" |
TBLOB* newblob | ( | ) |
void write_text_files | ( | TWERD * | word, | |
char * | raw_choice, | |||
int | same_row, | |||
int | good_word, | |||
int | firstpass | |||
) |