Leptonica 1.68
C Image Processing Library

comparepages.c File Reference

Demonstrates comparing text pages using the location of word bounding boxes with pixGetWordBoxesInTextlines() and numaaCompareImagesByBoxes(), The goal is to get a fast and robust determination for whether two pages are the same. More...

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

Go to the source code of this file.

Functions

 main (int argc, char **argv)

Detailed Description

Demonstrates comparing text pages using the location of word bounding boxes with pixGetWordBoxesInTextlines() and numaaCompareImagesByBoxes(), The goal is to get a fast and robust determination for whether two pages are the same.

Definition in file comparepages.c.


Function Documentation

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines