#include "hash.h"
Go to the source code of this file.
Compounds | |
| struct | gocrchar |
| struct | gocrbox |
Character | |
| typedef struct gocrchar | gocrChar |
| Typedef encapsulation. | |
| typedef struct gocrbox | gocrBox |
| Typedef encapsulation. | |
| typedef enum gocrcharattributetype | gocrCharAttributeType |
| Typedef encapsulation. | |
| enum | gocrcharattributetype { SETTABLE, UNTIL_OVERRIDEN } |
charFinder functions | |
| int | gocr_charBegin ( void ) |
| inits a new character structure. More... | |
| int | gocr_charEnd ( void ) |
| closes a new character structure. More... | |
| int | gocr_charSetAllNearPixels ( int action, int x, int y ) |
| set/unset all pixels near this one as part of the character. More... | |
| int | gocr_charSetAttribute ( int action, char *name, ... ) |
| set/unset a character attribute. More... | |
| int | gocr_charSetPixel ( int action, int x, int y ) |
| set/unset a pixel. More... | |
| int | gocr_charSetRect ( int action, int x0, int y0, int x1, int y1 ) |
| set/unset all pixels in a rectangle. More... | |
charRecog functions | |
| int | gocr_charAttributeRegister ( char *name, gocrCharAttributeType t, char *format ) |
| int | gocr_charAttributeInsert ( char *name, ... ) |
|
|
inits a new character structure. Long description.
|
|
|
closes a new character structure. Long description; adds to the character list.
|
|
|
set/unset all pixels near this one as part of the character. Long description.
|
|
|
set/unset a character attribute. Long description. attribute must be registered. Function prototype not stable yet.
|
|
|
set/unset a pixel. Long description.
|
|
|
set/unset all pixels in a rectangle. Long description.
|
1.2.2 written by Dimitri van Heesch,
© 1997-2000