~ubuntu-branches/ubuntu/utopic/tesseract/utopic-proposed

« back to all changes in this revision

Viewing changes to ccmain/ltrresultiterator.h

  • Committer: Package Import Robot
  • Author(s): Jeff Breidenbach
  • Date: 2012-10-23 23:25:05 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121023232505-01pfq6trlgqtagwj
Tags: 3.02.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef TESSERACT_CCMAIN_LTR_RESULT_ITERATOR_H__
22
22
#define TESSERACT_CCMAIN_LTR_RESULT_ITERATOR_H__
23
23
 
 
24
#include "platform.h"
24
25
#include "pageiterator.h"
25
26
#include "unicharset.h"
26
27
 
42
43
// See also base class PageIterator, which contains the bulk of the interface.
43
44
// LTRResultIterator adds text-specific methods for access to OCR output.
44
45
 
45
 
class LTRResultIterator : public PageIterator {
 
46
class TESS_API LTRResultIterator : public PageIterator {
46
47
  friend class ChoiceIterator;
47
48
 public:
48
49
  // page_res and tesseract come directly from the BaseAPI.