tesseract  4.0.0-1-g2a2b
tesseract::TessBaseAPI Class Reference

#include <baseapi.h>

Public Member Functions

 TessBaseAPI ()
 
virtual ~TessBaseAPI ()
 
void SetInputName (const char *name)
 
const char * GetInputName ()
 
void SetInputImage (Pix *pix)
 
Pix * GetInputImage ()
 
int GetSourceYResolution ()
 
const char * GetDatapath ()
 
void SetOutputName (const char *name)
 
bool SetVariable (const char *name, const char *value)
 
bool SetDebugVariable (const char *name, const char *value)
 
bool GetIntVariable (const char *name, int *value) const
 
bool GetBoolVariable (const char *name, bool *value) const
 
bool GetDoubleVariable (const char *name, double *value) const
 
const char * GetStringVariable (const char *name) const
 
void PrintVariables (FILE *fp) const
 
bool GetVariableAsString (const char *name, STRING *val)
 
int Init (const char *datapath, const char *language, OcrEngineMode mode, char **configs, int configs_size, const GenericVector< STRING > *vars_vec, const GenericVector< STRING > *vars_values, bool set_only_non_debug_params)
 
int Init (const char *datapath, const char *language, OcrEngineMode oem)
 
int Init (const char *datapath, const char *language)
 
int Init (const char *data, int data_size, const char *language, OcrEngineMode mode, char **configs, int configs_size, const GenericVector< STRING > *vars_vec, const GenericVector< STRING > *vars_values, bool set_only_non_debug_params, FileReader reader)
 
const char * GetInitLanguagesAsString () const
 
void GetLoadedLanguagesAsVector (GenericVector< STRING > *langs) const
 
void GetAvailableLanguagesAsVector (GenericVector< STRING > *langs) const
 
int InitLangMod (const char *datapath, const char *language)
 
void InitForAnalysePage ()
 
void ReadConfigFile (const char *filename)
 
void ReadDebugConfigFile (const char *filename)
 
void SetPageSegMode (PageSegMode mode)
 
PageSegMode GetPageSegMode () const
 
char * TesseractRect (const unsigned char *imagedata, int bytes_per_pixel, int bytes_per_line, int left, int top, int width, int height)
 
void ClearAdaptiveClassifier ()
 
void SetImage (const unsigned char *imagedata, int width, int height, int bytes_per_pixel, int bytes_per_line)
 
void SetImage (Pix *pix)
 
void SetSourceResolution (int ppi)
 
void SetRectangle (int left, int top, int width, int height)
 
void SetThresholder (ImageThresholder *thresholder)
 
Pix * GetThresholdedImage ()
 
Boxa * GetRegions (Pixa **pixa)
 
Boxa * GetTextlines (const bool raw_image, const int raw_padding, Pixa **pixa, int **blockids, int **paraids)
 
Boxa * GetTextlines (Pixa **pixa, int **blockids)
 
Boxa * GetStrips (Pixa **pixa, int **blockids)
 
Boxa * GetWords (Pixa **pixa)
 
Boxa * GetConnectedComponents (Pixa **cc)
 
Boxa * GetComponentImages (const PageIteratorLevel level, const bool text_only, const bool raw_image, const int raw_padding, Pixa **pixa, int **blockids, int **paraids)
 
Boxa * GetComponentImages (const PageIteratorLevel level, const bool text_only, Pixa **pixa, int **blockids)
 
int GetThresholdedImageScaleFactor () const
 
PageIteratorAnalyseLayout ()
 
PageIteratorAnalyseLayout (bool merge_similar_words)
 
int Recognize (ETEXT_DESC *monitor)
 
int RecognizeForChopTest (ETEXT_DESC *monitor)
 
bool ProcessPages (const char *filename, const char *retry_config, int timeout_millisec, TessResultRenderer *renderer)
 
bool ProcessPagesInternal (const char *filename, const char *retry_config, int timeout_millisec, TessResultRenderer *renderer)
 
bool ProcessPage (Pix *pix, int page_index, const char *filename, const char *retry_config, int timeout_millisec, TessResultRenderer *renderer)
 
ResultIteratorGetIterator ()
 
MutableIteratorGetMutableIterator ()
 
char * GetUTF8Text ()
 
char * GetHOCRText (ETEXT_DESC *monitor, int page_number)
 
char * GetHOCRText (int page_number)
 
char * GetTSVText (int page_number)
 
char * GetBoxText (int page_number)
 
char * GetUNLVText ()
 
bool DetectOrientationScript (int *orient_deg, float *orient_conf, const char **script_name, float *script_conf)
 
char * GetOsdText (int page_number)
 
int MeanTextConf ()
 
int * AllWordConfidences ()
 
bool AdaptToWordStr (PageSegMode mode, const char *wordstr)
 
void Clear ()
 
void End ()
 
int IsValidWord (const char *word)
 
bool IsValidCharacter (const char *utf8_character)
 
bool GetTextDirection (int *out_offset, float *out_slope)
 
void SetDictFunc (DictFunc f)
 
void SetProbabilityInContextFunc (ProbabilityInContextFunc f)
 
bool DetectOS (OSResults *)
 
void GetBlockTextOrientations (int **block_orientation, bool **vertical_writing)
 
void SetFillLatticeFunc (FillLatticeFunc f)
 
BLOCK_LIST * FindLinesCreateBlockList ()
 
void GetFeaturesForBlob (TBLOB *blob, INT_FEATURE_STRUCT *int_features, int *num_features, int *feature_outline_index)
 
void RunAdaptiveClassifier (TBLOB *blob, int num_max_matches, int *unichar_ids, float *ratings, int *num_matches_returned)
 
const char * GetUnichar (int unichar_id)
 
const DawgGetDawg (int i) const
 
int NumDawgs () const
 
Tesseracttesseract () const
 
OcrEngineMode oem () const
 
void InitTruthCallback (TruthCallback *cb)
 
void set_min_orientation_margin (double margin)
 

Static Public Member Functions

static const char * Version ()
 
static size_t getOpenCLDevice (void **device)
 
static void CatchSignals ()
 
static void ClearPersistentCache ()
 
static void DeleteBlockList (BLOCK_LIST *block_list)
 
static ROWMakeTessOCRRow (float baseline, float xheight, float descender, float ascender)
 
static TBLOBMakeTBLOB (Pix *pix)
 
static void NormalizeTBLOB (TBLOB *tblob, ROW *row, bool numeric_mode)
 
static ROWFindRowForBox (BLOCK_LIST *blocks, int left, int top, int right, int bottom)
 

Protected Member Functions

TESS_LOCAL bool InternalSetImage ()
 
virtual TESS_LOCAL bool Threshold (Pix **pix)
 
TESS_LOCAL int FindLines ()
 
void ClearResults ()
 
TESS_LOCAL LTRResultIteratorGetLTRIterator ()
 
TESS_LOCAL int TextLength (int *blob_count)
 
TESS_LOCAL void DetectParagraphs (bool after_text_recognition)
 
TESS_LOCAL void AdaptToCharacter (const char *unichar_repr, int length, float baseline, float xheight, float descender, float ascender)
 
TESS_LOCAL PAGE_RESRecognitionPass1 (BLOCK_LIST *block_list)
 
TESS_LOCAL PAGE_RESRecognitionPass2 (BLOCK_LIST *block_list, PAGE_RES *pass1_result)
 
TESS_LOCAL const PAGE_RESGetPageRes () const
 

Static Protected Member Functions

static TESS_LOCAL int TesseractExtractResult (char **text, int **lengths, float **costs, int **x0, int **y0, int **x1, int **y1, PAGE_RES *page_res)
 

Protected Attributes

Tesseracttesseract_
 The underlying data object. More...
 
Tesseractosd_tesseract_
 For orientation & script detection. More...
 
EquationDetectequ_detect_
 The equation detector. More...
 
FileReader reader_
 Reads files from any filesystem. More...
 
ImageThresholderthresholder_
 Image thresholding module. More...
 
GenericVector< ParagraphModel * > * paragraph_models_
 
BLOCK_LIST * block_list_
 The page layout. More...
 
PAGE_RESpage_res_
 The page-level data. More...
 
STRINGinput_file_
 Name used by training code. More...
 
STRINGoutput_file_
 Name used by debug code. More...
 
STRINGdatapath_
 Current location of tessdata. More...
 
STRINGlanguage_
 Last initialized language. More...
 
OcrEngineMode last_oem_requested_
 Last ocr language mode requested. More...
 
bool recognition_done_
 page_res_ contains recognition data. More...
 
TruthCallbacktruth_cb_
 
int rect_left_
 
int rect_top_
 
int rect_width_
 
int rect_height_
 
int image_width_
 
int image_height_
 

Detailed Description

Base class for all tesseract APIs. Specific classes can add ability to work on different inputs or produce different outputs. This class is mostly an interface layer on top of the Tesseract instance class to hide the data types so that users of this class don't have to include any other Tesseract headers.

Definition at line 101 of file baseapi.h.

Constructor & Destructor Documentation

◆ TessBaseAPI()

tesseract::TessBaseAPI::TessBaseAPI ( )

Definition at line 182 of file baseapi.cpp.

183  : tesseract_(nullptr),
184  osd_tesseract_(nullptr),
185  equ_detect_(nullptr),
186  reader_(nullptr),
187  // Thresholder is initialized to nullptr here, but will be set before use by:
188  // A constructor of a derived API, SetThresholder(), or
189  // created implicitly when used in InternalSetImage.
190  thresholder_(nullptr),
191  paragraph_models_(nullptr),
192  block_list_(nullptr),
193  page_res_(nullptr),
194  input_file_(nullptr),
195  output_file_(nullptr),
196  datapath_(nullptr),
197  language_(nullptr),
199  recognition_done_(false),
200  truth_cb_(nullptr),
201  rect_left_(0),
202  rect_top_(0),
203  rect_width_(0),
204  rect_height_(0),
205  image_width_(0),
206  image_height_(0) {
207  const char *locale;
208  locale = std::setlocale(LC_ALL, nullptr);
209  ASSERT_HOST(!strcmp(locale, "C"));
210  locale = std::setlocale(LC_CTYPE, nullptr);
211  ASSERT_HOST(!strcmp(locale, "C"));
212  locale = std::setlocale(LC_NUMERIC, nullptr);
213  ASSERT_HOST(!strcmp(locale, "C"));
214 }
ImageThresholder * thresholder_
Image thresholding module.
Definition: baseapi.h:874
BLOCK_LIST * block_list_
The page layout.
Definition: baseapi.h:876
Tesseract * osd_tesseract_
For orientation & script detection.
Definition: baseapi.h:871
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
GenericVector< ParagraphModel * > * paragraph_models_
Definition: baseapi.h:875
TruthCallback * truth_cb_
Definition: baseapi.h:884
STRING * datapath_
Current location of tessdata.
Definition: baseapi.h:880
bool recognition_done_
page_res_ contains recognition data.
Definition: baseapi.h:883
OcrEngineMode last_oem_requested_
Last ocr language mode requested.
Definition: baseapi.h:882
PAGE_RES * page_res_
The page-level data.
Definition: baseapi.h:877
EquationDetect * equ_detect_
The equation detector.
Definition: baseapi.h:872
STRING * language_
Last initialized language.
Definition: baseapi.h:881
STRING * output_file_
Name used by debug code.
Definition: baseapi.h:879
STRING * input_file_
Name used by training code.
Definition: baseapi.h:878
#define ASSERT_HOST(x)
Definition: errcode.h:84
FileReader reader_
Reads files from any filesystem.
Definition: baseapi.h:873

◆ ~TessBaseAPI()

tesseract::TessBaseAPI::~TessBaseAPI ( )
virtual

Definition at line 216 of file baseapi.cpp.

216  {
217  End();
218 }

Member Function Documentation

◆ CatchSignals()

void tesseract::TessBaseAPI::CatchSignals ( )
static

Writes the thresholded image to stderr as a PBM file on receipt of a SIGSEGV, SIGFPE, or SIGBUS signal. (Linux/Unix only).

Definition at line 259 of file baseapi.cpp.

259  {
260 #ifdef __linux__
261  struct sigaction action;
262  memset(&action, 0, sizeof(action));
263  action.sa_handler = &signal_exit;
264  action.sa_flags = SA_RESETHAND;
265  sigaction(SIGSEGV, &action, nullptr);
266  sigaction(SIGFPE, &action, nullptr);
267  sigaction(SIGBUS, &action, nullptr);
268 #else
269  // Warn API users that an implementation is needed.
270  tprintf("CatchSignals has no non-linux implementation!\n");
271 #endif
272 }
DLLSYM void tprintf(const char *format,...)
Definition: tprintf.cpp:37
void signal_exit(int signal_code)
Definition: globaloc.cpp:53

◆ ClearAdaptiveClassifier()

void tesseract::TessBaseAPI::ClearAdaptiveClassifier ( )

Call between pages or documents etc to free up memory and forget adaptive data.

Definition at line 579 of file baseapi.cpp.

579  {
580  if (tesseract_ == nullptr)
581  return;
584 }
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870

◆ ClearResults()

void tesseract::TessBaseAPI::ClearResults ( )
protected

Delete the pageres and block list ready for a new page.

Delete the pageres and clear the block list ready for a new page.

Definition at line 2465 of file baseapi.cpp.

2465  {
2466  if (tesseract_ != nullptr) {
2467  tesseract_->Clear();
2468  }
2469  delete page_res_;
2470  page_res_ = nullptr;
2471  recognition_done_ = false;
2472  if (block_list_ == nullptr)
2473  block_list_ = new BLOCK_LIST;
2474  else
2475  block_list_->clear();
2476  if (paragraph_models_ != nullptr) {
2478  delete paragraph_models_;
2479  paragraph_models_ = nullptr;
2480  }
2481  SavePixForCrash(0, nullptr);
2482 }
void SavePixForCrash(int resolution, Pix *pix)
Definition: globaloc.cpp:35
BLOCK_LIST * block_list_
The page layout.
Definition: baseapi.h:876
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
GenericVector< ParagraphModel * > * paragraph_models_
Definition: baseapi.h:875
bool recognition_done_
page_res_ contains recognition data.
Definition: baseapi.h:883
PAGE_RES * page_res_
The page-level data.
Definition: baseapi.h:877
void delete_data_pointers()

◆ DetectParagraphs()

void tesseract::TessBaseAPI::DetectParagraphs ( bool  after_text_recognition)
protected

Definition at line 2600 of file baseapi.cpp.

2600  {
2601  int debug_level = 0;
2602  GetIntVariable("paragraph_debug_level", &debug_level);
2603  if (paragraph_models_ == nullptr)
2605  MutableIterator *result_it = GetMutableIterator();
2606  do { // Detect paragraphs for this block
2608  ::tesseract::DetectParagraphs(debug_level, after_text_recognition,
2609  result_it, &models);
2610  *paragraph_models_ += models;
2611  } while (result_it->Next(RIL_BLOCK));
2612  delete result_it;
2613 }
GenericVector< ParagraphModel * > * paragraph_models_
Definition: baseapi.h:875
bool GetIntVariable(const char *name, int *value) const
Definition: baseapi.cpp:305
void DetectParagraphs(int debug_level, GenericVector< RowInfo > *row_infos, GenericVector< PARA *> *row_owners, PARA_LIST *paragraphs, GenericVector< ParagraphModel *> *models)
MutableIterator * GetMutableIterator()
Definition: baseapi.cpp:1316

◆ FindLines()

int tesseract::TessBaseAPI::FindLines ( )
protected

Find lines from the image making the BLOCK_LIST.

Returns
0 on success.

Find lines from the image making the BLOCK_LIST.

Definition at line 2389 of file baseapi.cpp.

2389  {
2390  if (thresholder_ == nullptr || thresholder_->IsEmpty()) {
2391  tprintf("Please call SetImage before attempting recognition.\n");
2392  return -1;
2393  }
2394  if (recognition_done_)
2395  ClearResults();
2396  if (!block_list_->empty()) {
2397  return 0;
2398  }
2399  if (tesseract_ == nullptr) {
2400  tesseract_ = new Tesseract;
2401  #ifndef DISABLED_LEGACY_ENGINE
2403  #endif
2404  }
2405  if (tesseract_->pix_binary() == nullptr &&
2407  return -1;
2408  }
2409 
2411 
2412 #ifndef DISABLED_LEGACY_ENGINE
2414  if (equ_detect_ == nullptr && datapath_ != nullptr) {
2415  equ_detect_ = new EquationDetect(datapath_->string(), nullptr);
2416  }
2417  if (equ_detect_ == nullptr) {
2418  tprintf("Warning: Could not set equation detector\n");
2419  } else {
2421  }
2422  }
2423 #endif // ndef DISABLED_LEGACY_ENGINE
2424 
2425  Tesseract* osd_tess = osd_tesseract_;
2426  OSResults osr;
2428  osd_tess == nullptr) {
2429  if (strcmp(language_->string(), "osd") == 0) {
2430  osd_tess = tesseract_;
2431  } else {
2432  osd_tesseract_ = new Tesseract;
2433  TessdataManager mgr(reader_);
2434  if (datapath_ == nullptr) {
2435  tprintf("Warning: Auto orientation and script detection requested,"
2436  " but data path is undefined\n");
2437  delete osd_tesseract_;
2438  osd_tesseract_ = nullptr;
2439  } else if (osd_tesseract_->init_tesseract(datapath_->string(), nullptr,
2440  "osd", OEM_TESSERACT_ONLY,
2441  nullptr, 0, nullptr, nullptr,
2442  false, &mgr) == 0) {
2443  osd_tess = osd_tesseract_;
2446  } else {
2447  tprintf("Warning: Auto orientation and script detection requested,"
2448  " but osd language failed to load\n");
2449  delete osd_tesseract_;
2450  osd_tesseract_ = nullptr;
2451  }
2452  }
2453  }
2454 
2455  if (tesseract_->SegmentPage(input_file_, block_list_, osd_tess, &osr) < 0)
2456  return -1;
2457 
2458  // If Devanagari is being recognized, we use different images for page seg
2459  // and for OCR.
2460  tesseract_->PrepareForTessOCR(block_list_, osd_tess, &osr);
2461  return 0;
2462 }
int SegmentPage(const STRING *input_file, BLOCK_LIST *blocks, Tesseract *osd_tess, OSResults *osr)
void InitAdaptiveClassifier(TessdataManager *mgr)
Definition: adaptmatch.cpp:528
void PrepareForTessOCR(BLOCK_LIST *block_list, Tesseract *osd_tess, OSResults *osr)
bool PSM_OSD_ENABLED(int pageseg_mode)
Definition: publictypes.h:191
const char * string() const
Definition: strngs.cpp:196
ImageThresholder * thresholder_
Image thresholding module.
Definition: baseapi.h:874
BLOCK_LIST * block_list_
The page layout.
Definition: baseapi.h:876
Tesseract * osd_tesseract_
For orientation & script detection.
Definition: baseapi.h:871
virtual TESS_LOCAL bool Threshold(Pix **pix)
Definition: baseapi.cpp:2334
bool IsEmpty() const
Return true if no image has been set.
Definition: thresholder.cpp:51
void SetEquationDetect(EquationDetect *detector)
int init_tesseract(const char *arg0, const char *textbase, const char *language, OcrEngineMode oem, char **configs, int configs_size, const GenericVector< STRING > *vars_vec, const GenericVector< STRING > *vars_values, bool set_only_init_params, TessdataManager *mgr)
Definition: tessedit.cpp:296
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
Pix * pix_binary() const
STRING * datapath_
Current location of tessdata.
Definition: baseapi.h:880
bool recognition_done_
page_res_ contains recognition data.
Definition: baseapi.h:883
DLLSYM void tprintf(const char *format,...)
Definition: tprintf.cpp:37
void set_source_resolution(int ppi)
int GetSourceYResolution() const
Definition: thresholder.h:90
EquationDetect * equ_detect_
The equation detector.
Definition: baseapi.h:872
STRING * language_
Last initialized language.
Definition: baseapi.h:881
STRING * input_file_
Name used by training code.
Definition: baseapi.h:878
FileReader reader_
Reads files from any filesystem.
Definition: baseapi.h:873

◆ GetAvailableLanguagesAsVector()

void tesseract::TessBaseAPI::GetAvailableLanguagesAsVector ( GenericVector< STRING > *  langs) const

Returns the available languages in the sorted vector of STRINGs.

Definition at line 470 of file baseapi.cpp.

471  {
472  langs->clear();
473  if (tesseract_ != nullptr) {
474  addAvailableLanguages(tesseract_->datadir, "", langs);
475  langs->sort(CompareSTRING);
476  }
477 }
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
STRING datadir
Definition: ccutil.h:64

◆ GetBoolVariable()

bool tesseract::TessBaseAPI::GetBoolVariable ( const char *  name,
bool *  value 
) const

Definition at line 313 of file baseapi.cpp.

313  {
314  BoolParam *p = ParamUtils::FindParam<BoolParam>(
316  if (p == nullptr) return false;
317  *value = (BOOL8)(*p);
318  return true;
319 }
GenericVector< BoolParam * > bool_params
Definition: params.h:45
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
tesseract::ParamsVectors * GlobalParams()
Definition: params.cpp:32
ParamsVectors * params()
Definition: ccutil.h:62
unsigned char BOOL8
Definition: host.h:34

◆ GetDatapath()

const char * tesseract::TessBaseAPI::GetDatapath ( )

Definition at line 978 of file baseapi.cpp.

978  {
979  return tesseract_->datadir.c_str();
980 }
const char * c_str() const
Definition: strngs.cpp:207
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
STRING datadir
Definition: ccutil.h:64

◆ GetDoubleVariable()

bool tesseract::TessBaseAPI::GetDoubleVariable ( const char *  name,
double *  value 
) const

Definition at line 327 of file baseapi.cpp.

327  {
328  DoubleParam *p = ParamUtils::FindParam<DoubleParam>(
330  if (p == nullptr) return false;
331  *value = (double)(*p);
332  return true;
333 }
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
tesseract::ParamsVectors * GlobalParams()
Definition: params.cpp:32
ParamsVectors * params()
Definition: ccutil.h:62
GenericVector< DoubleParam * > double_params
Definition: params.h:47

◆ GetInitLanguagesAsString()

const char * tesseract::TessBaseAPI::GetInitLanguagesAsString ( ) const

Returns the languages string used in the last valid initialization. If the last initialization specified "deu+hin" then that will be returned. If hin loaded eng automatically as well, then that will not be included in this list. To find the languages actually loaded use GetLoadedLanguagesAsVector. The returned string should NOT be deleted.

Definition at line 446 of file baseapi.cpp.

446  {
447  return (language_ == nullptr || language_->string() == nullptr) ?
448  "" : language_->string();
449 }
const char * string() const
Definition: strngs.cpp:196
STRING * language_
Last initialized language.
Definition: baseapi.h:881

◆ GetInputImage()

Pix * tesseract::TessBaseAPI::GetInputImage ( )

Definition at line 970 of file baseapi.cpp.

970 { return tesseract_->pix_original(); }
Pix * pix_original() const
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870

◆ GetInputName()

const char * tesseract::TessBaseAPI::GetInputName ( )

These functions are required for searchable PDF output. We need our hands on the input file so that we can include it in the PDF without transcoding. If that is not possible, we need the original image. Finally, resolution metadata is stored in the PDF so we need that as well.

Definition at line 972 of file baseapi.cpp.

972  {
973  if (input_file_)
974  return input_file_->c_str();
975  return nullptr;
976 }
const char * c_str() const
Definition: strngs.cpp:207
STRING * input_file_
Name used by training code.
Definition: baseapi.h:878

◆ GetIntVariable()

bool tesseract::TessBaseAPI::GetIntVariable ( const char *  name,
int *  value 
) const

Returns true if the parameter was found among Tesseract parameters. Fills in value with the value of the parameter.

Definition at line 305 of file baseapi.cpp.

305  {
306  IntParam *p = ParamUtils::FindParam<IntParam>(
308  if (p == nullptr) return false;
309  *value = (int32_t)(*p);
310  return true;
311 }
GenericVector< IntParam * > int_params
Definition: params.h:44
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
tesseract::ParamsVectors * GlobalParams()
Definition: params.cpp:32
ParamsVectors * params()
Definition: ccutil.h:62

◆ GetLoadedLanguagesAsVector()

void tesseract::TessBaseAPI::GetLoadedLanguagesAsVector ( GenericVector< STRING > *  langs) const

Returns the loaded languages in the vector of STRINGs. Includes all languages loaded by the last Init, including those loaded as dependencies of other loaded languages.

Definition at line 456 of file baseapi.cpp.

457  {
458  langs->clear();
459  if (tesseract_ != nullptr) {
460  langs->push_back(tesseract_->lang);
461  int num_subs = tesseract_->num_sub_langs();
462  for (int i = 0; i < num_subs; ++i)
463  langs->push_back(tesseract_->get_sub_lang(i)->lang);
464  }
465 }
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
STRING lang
Definition: ccutil.h:66
int push_back(T object)
Tesseract * get_sub_lang(int index) const
int num_sub_langs() const

◆ GetLTRIterator()

LTRResultIterator * tesseract::TessBaseAPI::GetLTRIterator ( )
protected

Return an LTR Result Iterator – used only for training, as we really want to ignore all BiDi smarts at that point. delete once you're done with it.

Get a left-to-right iterator to the results of LayoutAnalysis and/or Recognize. The returned iterator must be deleted after use.

Definition at line 1282 of file baseapi.cpp.

1282  {
1283  if (tesseract_ == nullptr || page_res_ == nullptr)
1284  return nullptr;
1285  return new LTRResultIterator(
1289 }
ImageThresholder * thresholder_
Image thresholding module.
Definition: baseapi.h:874
int GetScaledYResolution() const
Definition: thresholder.h:93
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
PAGE_RES * page_res_
The page-level data.
Definition: baseapi.h:877

◆ getOpenCLDevice()

size_t tesseract::TessBaseAPI::getOpenCLDevice ( void **  data)
static

If compiled with OpenCL AND an available OpenCL device is deemed faster than serial code, then "device" is populated with the cl_device_id and returns sizeof(cl_device_id) otherwise *device=nullptr and returns 0.

Definition at line 239 of file baseapi.cpp.

239  {
240 #ifdef USE_OPENCL
241 #ifdef USE_DEVICE_SELECTION
242  ds_device device = OpenclDevice::getDeviceSelection();
243  if (device.type == DS_DEVICE_OPENCL_DEVICE) {
244  *data = new cl_device_id;
245  memcpy(*data, &device.oclDeviceID, sizeof(cl_device_id));
246  return sizeof(cl_device_id);
247  }
248 #endif
249 #endif
250 
251  *data = nullptr;
252  return 0;
253 }

◆ GetPageSegMode()

PageSegMode tesseract::TessBaseAPI::GetPageSegMode ( ) const

Return the current page segmentation mode.

Definition at line 536 of file baseapi.cpp.

536  {
537  if (tesseract_ == nullptr)
538  return PSM_SINGLE_BLOCK;
539  return static_cast<PageSegMode>(
540  static_cast<int>(tesseract_->tessedit_pageseg_mode));
541 }
Assume a single uniform block of text. (Default.)
Definition: publictypes.h:172
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870

◆ GetSourceYResolution()

int tesseract::TessBaseAPI::GetSourceYResolution ( )

Definition at line 982 of file baseapi.cpp.

982  {
984 }
ImageThresholder * thresholder_
Image thresholding module.
Definition: baseapi.h:874
int GetSourceYResolution() const
Definition: thresholder.h:90

◆ GetStringVariable()

const char * tesseract::TessBaseAPI::GetStringVariable ( const char *  name) const

Returns the pointer to the string that represents the value of the parameter if it was found among Tesseract parameters.

Definition at line 321 of file baseapi.cpp.

321  {
322  StringParam *p = ParamUtils::FindParam<StringParam>(
324  return (p != nullptr) ? p->string() : nullptr;
325 }
GenericVector< StringParam * > string_params
Definition: params.h:46
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
tesseract::ParamsVectors * GlobalParams()
Definition: params.cpp:32
ParamsVectors * params()
Definition: ccutil.h:62

◆ GetVariableAsString()

bool tesseract::TessBaseAPI::GetVariableAsString ( const char *  name,
STRING val 
)

Get value of named variable as a string, if it exists.

Definition at line 336 of file baseapi.cpp.

336  {
337  return ParamUtils::GetParamAsString(name, tesseract_->params(), val);
338 }
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
static bool GetParamAsString(const char *name, const ParamsVectors *member_params, STRING *value)
Definition: params.cpp:133
ParamsVectors * params()
Definition: ccutil.h:62

◆ Init() [1/4]

int tesseract::TessBaseAPI::Init ( const char *  datapath,
const char *  language,
OcrEngineMode  oem,
char **  configs,
int  configs_size,
const GenericVector< STRING > *  vars_vec,
const GenericVector< STRING > *  vars_values,
bool  set_only_non_debug_params 
)

Instances are now mostly thread-safe and totally independent, but some global parameters remain. Basically it is safe to use multiple TessBaseAPIs in different threads in parallel, UNLESS: you use SetVariable on some of the Params in classify and textord. If you do, then the effect will be to change it for all your instances.

Start tesseract. Returns zero on success and -1 on failure. NOTE that the only members that may be called before Init are those listed above here in the class definition.

The datapath must be the name of the parent directory of tessdata. The language is (usually) an ISO 639-3 string or nullptr will default to eng. It is entirely safe (and eventually will be efficient too) to call Init multiple times on the same instance to change language, or just to reset the classifier. The language may be a string of the form [~]<lang>[+[~]<lang>]* indicating that multiple languages are to be loaded. Eg hin+eng will load Hindi and English. Languages may specify internally that they want to be loaded with one or more other languages, so the ~ sign is available to override that. Eg if hin were set to load eng by default, then hin+~eng would force loading only hin. The number of loaded languages is limited only by memory, with the caveat that loading additional languages will impact both speed and accuracy, as there is more work to do to decide on the applicable language, and there is more chance of hallucinating incorrect words. WARNING: On changing languages, all Tesseract parameters are reset back to their default values. (Which may vary between languages.) If you have a rare need to set a Variable that controls initialization for a second call to Init you should explicitly call End() and then use SetVariable before Init. This is only a very rare use case, since there are very few uses that require any parameters to be set before Init.

If set_only_non_debug_params is true, only params that do not contain "debug" in the name will be set.

The datapath must be the name of the data directory or some other file in which the data directory resides (for instance argv[0].) The language is (usually) an ISO 639-3 string or nullptr will default to eng. If numeric_mode is true, then only digits and Roman numerals will be returned.

Returns
: 0 on success and -1 on initialization failure.

Definition at line 353 of file baseapi.cpp.

357  {
358  return Init(datapath, 0, language, oem, configs, configs_size, vars_vec,
359  vars_values, set_only_non_debug_params, nullptr);
360 }
OcrEngineMode oem() const
Definition: baseapi.h:785
int Init(const char *datapath, const char *language, OcrEngineMode mode, char **configs, int configs_size, const GenericVector< STRING > *vars_vec, const GenericVector< STRING > *vars_values, bool set_only_non_debug_params)
Definition: baseapi.cpp:353

◆ Init() [2/4]

int tesseract::TessBaseAPI::Init ( const char *  datapath,
const char *  language,
OcrEngineMode  oem 
)
inline

Definition at line 231 of file baseapi.h.

231  {
232  return Init(datapath, language, oem, nullptr, 0, nullptr, nullptr, false);
233  }
OcrEngineMode oem() const
Definition: baseapi.h:785
int Init(const char *datapath, const char *language, OcrEngineMode mode, char **configs, int configs_size, const GenericVector< STRING > *vars_vec, const GenericVector< STRING > *vars_values, bool set_only_non_debug_params)
Definition: baseapi.cpp:353

◆ Init() [3/4]

int tesseract::TessBaseAPI::Init ( const char *  datapath,
const char *  language 
)
inline

Definition at line 234 of file baseapi.h.

234  {
235  return Init(datapath, language, OEM_DEFAULT, nullptr, 0, nullptr, nullptr, false);
236  }
int Init(const char *datapath, const char *language, OcrEngineMode mode, char **configs, int configs_size, const GenericVector< STRING > *vars_vec, const GenericVector< STRING > *vars_values, bool set_only_non_debug_params)
Definition: baseapi.cpp:353

◆ Init() [4/4]

int tesseract::TessBaseAPI::Init ( const char *  data,
int  data_size,
const char *  language,
OcrEngineMode  mode,
char **  configs,
int  configs_size,
const GenericVector< STRING > *  vars_vec,
const GenericVector< STRING > *  vars_values,
bool  set_only_non_debug_params,
FileReader  reader 
)

Definition at line 365 of file baseapi.cpp.

369  {
370  PERF_COUNT_START("TessBaseAPI::Init")
371  // Default language is "eng".
372  if (language == nullptr) language = "eng";
373  STRING datapath = data_size == 0 ? data : language;
374  // If the datapath, OcrEngineMode or the language have changed - start again.
375  // Note that the language_ field stores the last requested language that was
376  // initialized successfully, while tesseract_->lang stores the language
377  // actually used. They differ only if the requested language was nullptr, in
378  // which case tesseract_->lang is set to the Tesseract default ("eng").
379  if (tesseract_ != nullptr &&
380  (datapath_ == nullptr || language_ == nullptr || *datapath_ != datapath ||
382  (*language_ != language && tesseract_->lang != language))) {
383  delete tesseract_;
384  tesseract_ = nullptr;
385  }
386  // PERF_COUNT_SUB("delete tesseract_")
387 #ifdef USE_OPENCL
388  OpenclDevice od;
389  od.InitEnv();
390 #endif
391  PERF_COUNT_SUB("OD::InitEnv()")
392  bool reset_classifier = true;
393  if (tesseract_ == nullptr) {
394  reset_classifier = false;
395  tesseract_ = new Tesseract;
396  if (reader != nullptr) reader_ = reader;
397  TessdataManager mgr(reader_);
398  if (data_size != 0) {
399  mgr.LoadMemBuffer(language, data, data_size);
400  }
402  datapath.string(),
403  output_file_ != nullptr ? output_file_->string() : nullptr,
404  language, oem, configs, configs_size, vars_vec, vars_values,
405  set_only_non_debug_params, &mgr) != 0) {
406  return -1;
407  }
408  }
409 
410  PERF_COUNT_SUB("update tesseract_")
411  // Update datapath and language requested for the last valid initialization.
412  if (datapath_ == nullptr)
413  datapath_ = new STRING(datapath);
414  else
415  *datapath_ = datapath;
416  if ((strcmp(datapath_->string(), "") == 0) &&
417  (strcmp(tesseract_->datadir.string(), "") != 0))
418  *datapath_ = tesseract_->datadir;
419 
420  if (language_ == nullptr)
421  language_ = new STRING(language);
422  else
423  *language_ = language;
425 
426 #ifndef DISABLED_LEGACY_ENGINE
427  // PERF_COUNT_SUB("update last_oem_requested_")
428  // For same language and datapath, just reset the adaptive classifier.
429  if (reset_classifier) {
431  PERF_COUNT_SUB("tesseract_->ResetAdaptiveClassifier()")
432  }
433 #endif // ndef DISABLED_LEGACY_ENGINE
435  return 0;
436 }
const char * string() const
Definition: strngs.cpp:196
#define PERF_COUNT_START(FUNCT_NAME)
int init_tesseract(const char *arg0, const char *textbase, const char *language, OcrEngineMode oem, char **configs, int configs_size, const GenericVector< STRING > *vars_vec, const GenericVector< STRING > *vars_values, bool set_only_init_params, TessdataManager *mgr)
Definition: tessedit.cpp:296
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
STRING * datapath_
Current location of tessdata.
Definition: baseapi.h:880
OcrEngineMode last_oem_requested_
Last ocr language mode requested.
Definition: baseapi.h:882
Definition: strngs.h:45
STRING * language_
Last initialized language.
Definition: baseapi.h:881
OcrEngineMode oem() const
Definition: baseapi.h:785
STRING * output_file_
Name used by debug code.
Definition: baseapi.h:879
#define PERF_COUNT_END
#define PERF_COUNT_SUB(SUB)
FileReader reader_
Reads files from any filesystem.
Definition: baseapi.h:873

◆ InitForAnalysePage()

void tesseract::TessBaseAPI::InitForAnalysePage ( )

Init only for page layout analysis. Use only for calls to SetImage and AnalysePage. Calls that attempt recognition will generate an error.

Definition at line 501 of file baseapi.cpp.

501  {
502  if (tesseract_ == nullptr) {
503  tesseract_ = new Tesseract;
504  #ifndef DISABLED_LEGACY_ENGINE
506  #endif
507  }
508 }
void InitAdaptiveClassifier(TessdataManager *mgr)
Definition: adaptmatch.cpp:528
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870

◆ InitLangMod()

int tesseract::TessBaseAPI::InitLangMod ( const char *  datapath,
const char *  language 
)

Init only the lang model component of Tesseract. The only functions that work after this init are SetVariable and IsValidWord. WARNING: temporary! This function will be removed from here and placed in a separate API at some future time.

Definition at line 487 of file baseapi.cpp.

487  {
488  if (tesseract_ == nullptr)
489  tesseract_ = new Tesseract;
490  else
492  TessdataManager mgr;
493  return tesseract_->init_tesseract_lm(datapath, nullptr, language, &mgr);
494 }
int init_tesseract_lm(const char *arg0, const char *textbase, const char *language, TessdataManager *mgr)
Definition: tessedit.cpp:462
static void ResetToDefaults(ParamsVectors *member_params)
Definition: params.cpp:196
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
ParamsVectors * params()
Definition: ccutil.h:62

◆ InternalSetImage()

bool tesseract::TessBaseAPI::InternalSetImage ( )
protected

Common code for setting the image. Returns true if Init has been called.

Common code for setting the image.

Definition at line 2317 of file baseapi.cpp.

2317  {
2318  if (tesseract_ == nullptr) {
2319  tprintf("Please call Init before attempting to set an image.\n");
2320  return false;
2321  }
2322  if (thresholder_ == nullptr)
2323  thresholder_ = new ImageThresholder;
2324  ClearResults();
2325  return true;
2326 }
ImageThresholder * thresholder_
Image thresholding module.
Definition: baseapi.h:874
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
DLLSYM void tprintf(const char *format,...)
Definition: tprintf.cpp:37

◆ PrintVariables()

void tesseract::TessBaseAPI::PrintVariables ( FILE *  fp) const

Print Tesseract parameters to the given file.

Definition at line 341 of file baseapi.cpp.

341  {
343 }
static void PrintParams(FILE *fp, const ParamsVectors *member_params)
Definition: params.cpp:171
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
ParamsVectors * params()
Definition: ccutil.h:62

◆ ReadConfigFile()

void tesseract::TessBaseAPI::ReadConfigFile ( const char *  filename)

Read a "config" file containing a set of param, value pairs. Searches the standard places: tessdata/configs, tessdata/tessconfigs and also accepts a relative or absolute path name. Note: only non-init params will be set (init params are set by Init()).

Read a "config" file containing a set of parameter name, value pairs. Searches the standard places: tessdata/configs, tessdata/tessconfigs and also accepts a relative or absolute path name.

Definition at line 515 of file baseapi.cpp.

515  {
517 }
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
void read_config_file(const char *filename, SetParamConstraint constraint)
Definition: tessedit.cpp:60

◆ ReadDebugConfigFile()

void tesseract::TessBaseAPI::ReadDebugConfigFile ( const char *  filename)

Same as above, but only set debug params from the given config file.

Definition at line 520 of file baseapi.cpp.

520  {
522 }
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
void read_config_file(const char *filename, SetParamConstraint constraint)
Definition: tessedit.cpp:60

◆ SetDebugVariable()

bool tesseract::TessBaseAPI::SetDebugVariable ( const char *  name,
const char *  value 
)

Definition at line 299 of file baseapi.cpp.

299  {
300  if (tesseract_ == nullptr) tesseract_ = new Tesseract;
302  tesseract_->params());
303 }
static bool SetParam(const char *name, const char *value, SetParamConstraint constraint, ParamsVectors *member_params)
Definition: params.cpp:89
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
ParamsVectors * params()
Definition: ccutil.h:62

◆ SetInputImage()

void tesseract::TessBaseAPI::SetInputImage ( Pix *  pix)

Definition at line 968 of file baseapi.cpp.

968 { tesseract_->set_pix_original(pix); }
void set_pix_original(Pix *original_pix)
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870

◆ SetInputName()

void tesseract::TessBaseAPI::SetInputName ( const char *  name)

Set the name of the input file. Needed for training and reading a UNLV zone file, and for searchable PDF output.

Set the name of the input file. Needed only for training and loading a UNLV zone file.

Definition at line 278 of file baseapi.cpp.

278  {
279  if (input_file_ == nullptr)
280  input_file_ = new STRING(name);
281  else
282  *input_file_ = name;
283 }
Definition: strngs.h:45
STRING * input_file_
Name used by training code.
Definition: baseapi.h:878

◆ SetOutputName()

void tesseract::TessBaseAPI::SetOutputName ( const char *  name)

Set the name of the bonus output files. Needed only for debugging.

Set the name of the output files. Needed only for debugging.

Definition at line 286 of file baseapi.cpp.

286  {
287  if (output_file_ == nullptr)
288  output_file_ = new STRING(name);
289  else
290  *output_file_ = name;
291 }
Definition: strngs.h:45
STRING * output_file_
Name used by debug code.
Definition: baseapi.h:879

◆ SetPageSegMode()

void tesseract::TessBaseAPI::SetPageSegMode ( PageSegMode  mode)

Set the current page segmentation mode. Defaults to PSM_SINGLE_BLOCK. The mode is stored as an IntParam so it can also be modified by ReadConfigFile or SetVariable("tessedit_pageseg_mode", mode as string).

Set the current page segmentation mode. Defaults to PSM_AUTO. The mode is stored as an IntParam so it can also be modified by ReadConfigFile or SetVariable("tessedit_pageseg_mode", mode as string).

Definition at line 529 of file baseapi.cpp.

529  {
530  if (tesseract_ == nullptr)
531  tesseract_ = new Tesseract;
532  tesseract_->tessedit_pageseg_mode.set_value(mode);
533 }
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870

◆ SetVariable()

bool tesseract::TessBaseAPI::SetVariable ( const char *  name,
const char *  value 
)

Set the value of an internal "parameter." Supply the name of the parameter and the value as a string, just as you would in a config file. Returns false if the name lookup failed. Eg SetVariable("tessedit_char_blacklist", "xyz"); to ignore x, y and z. Or SetVariable("classify_bln_numeric_mode", "1"); to set numeric-only mode. SetVariable may be used before Init, but settings will revert to defaults on End().

Note: Must be called after Init(). Only works for non-init variables (init variables should be passed to Init()).

Definition at line 293 of file baseapi.cpp.

293  {
294  if (tesseract_ == nullptr) tesseract_ = new Tesseract;
296  tesseract_->params());
297 }
static bool SetParam(const char *name, const char *value, SetParamConstraint constraint, ParamsVectors *member_params)
Definition: params.cpp:89
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
ParamsVectors * params()
Definition: ccutil.h:62

◆ TesseractRect()

char * tesseract::TessBaseAPI::TesseractRect ( const unsigned char *  imagedata,
int  bytes_per_pixel,
int  bytes_per_line,
int  left,
int  top,
int  width,
int  height 
)

Recognize a rectangle from an image and return the result as a string. May be called many times for a single Init. Currently has no error checking. Greyscale of 8 and color of 24 or 32 bits per pixel may be given. Palette color images will not work properly and must be converted to 24 bit. Binary images of 1 bit per pixel may also be given but they must be byte packed with the MSB of the first byte being the first pixel, and a 1 represents WHITE. For binary images set bytes_per_pixel=0. The recognized text is returned as a char* which is coded as UTF8 and must be freed with the delete [] operator.

Note that TesseractRect is the simplified convenience interface. For advanced uses, use SetImage, (optionally) SetRectangle, Recognize, and one or more of the Get*Text functions below.

Recognize a rectangle from an image and return the result as a string. May be called many times for a single Init. Currently has no error checking. Greyscale of 8 and color of 24 or 32 bits per pixel may be given. Palette color images will not work properly and must be converted to 24 bit. Binary images of 1 bit per pixel may also be given but they must be byte packed with the MSB of the first byte being the first pixel, and a one pixel is WHITE. For binary images set bytes_per_pixel=0. The recognized text is returned as a char* which is coded as UTF8 and must be freed with the delete [] operator.

Definition at line 556 of file baseapi.cpp.

560  {
561  if (tesseract_ == nullptr || width < kMinRectSize || height < kMinRectSize)
562  return nullptr; // Nothing worth doing.
563 
564  // Since this original api didn't give the exact size of the image,
565  // we have to invent a reasonable value.
566  int bits_per_pixel = bytes_per_pixel == 0 ? 1 : bytes_per_pixel * 8;
567  SetImage(imagedata, bytes_per_line * 8 / bits_per_pixel, height + top,
568  bytes_per_pixel, bytes_per_line);
569  SetRectangle(left, top, width, height);
570 
571  return GetUTF8Text();
572 }
void SetImage(const unsigned char *imagedata, int width, int height, int bytes_per_pixel, int bytes_per_line)
Definition: baseapi.cpp:594
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
void SetRectangle(int left, int top, int width, int height)
Definition: baseapi.cpp:638
const int kMinRectSize
Definition: baseapi.cpp:97

◆ TextLength()

int tesseract::TessBaseAPI::TextLength ( int *  blob_count)
protected

Return the length of the output text string, as UTF8, assuming one newline per line and one per block, with a terminator, and assuming a single character reject marker for each rejected character. Also return the number of recognized blobs in blob_count.

Return the length of the output text string, as UTF8, assuming liberally two spacing marks after each word (as paragraphs end with two newlines), and assuming a single character reject marker for each rejected character. Also return the number of recognized blobs in blob_count.

Definition at line 2491 of file baseapi.cpp.

2491  {
2492  if (tesseract_ == nullptr || page_res_ == nullptr)
2493  return 0;
2494 
2495  PAGE_RES_IT page_res_it(page_res_);
2496  int total_length = 2;
2497  int total_blobs = 0;
2498  // Iterate over the data structures to extract the recognition result.
2499  for (page_res_it.restart_page(); page_res_it.word () != nullptr;
2500  page_res_it.forward()) {
2501  WERD_RES *word = page_res_it.word();
2502  WERD_CHOICE* choice = word->best_choice;
2503  if (choice != nullptr) {
2504  total_blobs += choice->length() + 2;
2505  total_length += choice->unichar_string().length() + 2;
2506  for (int i = 0; i < word->reject_map.length(); ++i) {
2507  if (word->reject_map[i].rejected())
2508  ++total_length;
2509  }
2510  }
2511  }
2512  if (blob_count != nullptr)
2513  *blob_count = total_blobs;
2514  return total_length;
2515 }
REJMAP reject_map
Definition: pageres.h:287
int32_t length() const
Definition: rejctmap.h:223
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
int length() const
Definition: ratngs.h:303
PAGE_RES * page_res_
The page-level data.
Definition: baseapi.h:877
const STRING & unichar_string() const
Definition: ratngs.h:541
int32_t length() const
Definition: strngs.cpp:191
WERD_CHOICE * best_choice
Definition: pageres.h:235
WERD * word
Definition: pageres.h:189

◆ Threshold()

bool tesseract::TessBaseAPI::Threshold ( Pix **  pix)
protectedvirtual

Run the thresholder to make the thresholded image. If pix is not nullptr, the source is thresholded to pix instead of the internal IMAGE.

Run the thresholder to make the thresholded image, returned in pix, which must not be nullptr. *pix must be initialized to nullptr, or point to an existing pixDestroyable Pix. The usual argument to Threshold is Tesseract::mutable_pix_binary().

Definition at line 2334 of file baseapi.cpp.

2334  {
2335  ASSERT_HOST(pix != nullptr);
2336  if (*pix != nullptr)
2337  pixDestroy(pix);
2338  // Zero resolution messes up the algorithms, so make sure it is credible.
2339  int user_dpi = 0;
2340  bool a = GetIntVariable("user_defined_dpi", &user_dpi);
2341  int y_res = thresholder_->GetScaledYResolution();
2342  if (user_dpi && (user_dpi < kMinCredibleResolution ||
2343  user_dpi > kMaxCredibleResolution)) {
2344  tprintf("Warning: User defined image dpi is outside of expected range "
2345  "(%d - %d)!\n",
2347  }
2348  // Always use user defined dpi
2349  if (user_dpi) {
2351  } else if (y_res < kMinCredibleResolution ||
2352  y_res > kMaxCredibleResolution) {
2353  tprintf("Warning: Invalid resolution %d dpi. Using %d instead.\n",
2354  y_res, kMinCredibleResolution);
2356  }
2357  PageSegMode pageseg_mode =
2358  static_cast<PageSegMode>(
2359  static_cast<int>(tesseract_->tessedit_pageseg_mode));
2360  if (!thresholder_->ThresholdToPix(pageseg_mode, pix)) return false;
2364  if (!thresholder_->IsBinary()) {
2367  } else {
2368  tesseract_->set_pix_thresholds(nullptr);
2369  tesseract_->set_pix_grey(nullptr);
2370  }
2371  // Set the internal resolution that is used for layout parameters from the
2372  // estimated resolution, rather than the image resolution, which may be
2373  // fabricated, but we will use the image resolution, if there is one, to
2374  // report output point sizes.
2375  int estimated_res = ClipToRange(thresholder_->GetScaledEstimatedResolution(),
2378  if (estimated_res != thresholder_->GetScaledEstimatedResolution()) {
2379  tprintf("Estimated internal resolution %d out of range! "
2380  "Corrected to %d.\n",
2381  thresholder_->GetScaledEstimatedResolution(), estimated_res);
2382  }
2383  tesseract_->set_source_resolution(estimated_res);
2384  SavePixForCrash(estimated_res, *pix);
2385  return true;
2386 }
void SavePixForCrash(int resolution, Pix *pix)
Definition: globaloc.cpp:35
ImageThresholder * thresholder_
Image thresholding module.
Definition: baseapi.h:874
virtual Pix * GetPixRectGrey()
void set_pix_grey(Pix *grey_pix)
virtual Pix * GetPixRectThresholds()
int GetScaledYResolution() const
Definition: thresholder.h:93
Tesseract * tesseract_
The underlying data object.
Definition: baseapi.h:870
void set_pix_thresholds(Pix *thresholds)
int GetScaledEstimatedResolution() const
Definition: thresholder.h:106
bool GetIntVariable(const char *name, int *value) const
Definition: baseapi.cpp:305
void SetSourceYResolution(int ppi)
Definition: thresholder.h:86
DLLSYM void tprintf(const char *format,...)
Definition: tprintf.cpp:37
void set_source_resolution(int ppi)
bool IsBinary() const
Returns true if the source image is binary.
Definition: thresholder.h:75
T ClipToRange(const T &x, const T &lower_bound, const T &upper_bound)
Definition: helpers.h:111
constexpr int kMinCredibleResolution
Definition: publictypes.h:38
virtual void GetImageSizes(int *left, int *top, int *width, int *height, int *imagewidth, int *imageheight)
constexpr int kMaxCredibleResolution
Definition: publictypes.h:40
#define ASSERT_HOST(x)
Definition: errcode.h:84
virtual bool ThresholdToPix(PageSegMode pageseg_mode, Pix **pix)
Returns false on error.

◆ Version()

const char * tesseract::TessBaseAPI::Version ( )
static

Returns the version identifier as a static string. Do not delete.

Definition at line 223 of file baseapi.cpp.

223  {
224  return PACKAGE_VERSION;
225 }

Member Data Documentation

◆ block_list_

BLOCK_LIST* tesseract::TessBaseAPI::block_list_
protected

The page layout.

Definition at line 876 of file baseapi.h.

◆ datapath_

STRING* tesseract::TessBaseAPI::datapath_
protected

Current location of tessdata.

Definition at line 880 of file baseapi.h.

◆ equ_detect_

EquationDetect* tesseract::TessBaseAPI::equ_detect_
protected

The equation detector.

Definition at line 872 of file baseapi.h.

◆ input_file_

STRING* tesseract::TessBaseAPI::input_file_
protected

Name used by training code.

Definition at line 878 of file baseapi.h.

◆ language_

STRING* tesseract::TessBaseAPI::language_
protected

Last initialized language.

Definition at line 881 of file baseapi.h.

◆ last_oem_requested_

OcrEngineMode tesseract::TessBaseAPI::last_oem_requested_
protected

Last ocr language mode requested.

Definition at line 882 of file baseapi.h.

◆ osd_tesseract_

Tesseract* tesseract::TessBaseAPI::osd_tesseract_
protected

For orientation & script detection.

Definition at line 871 of file baseapi.h.

◆ output_file_

STRING* tesseract::TessBaseAPI::output_file_
protected

Name used by debug code.

Definition at line 879 of file baseapi.h.

◆ page_res_

PAGE_RES* tesseract::TessBaseAPI::page_res_
protected

The page-level data.

Definition at line 877 of file baseapi.h.

◆ paragraph_models_

GenericVector<ParagraphModel *>* tesseract::TessBaseAPI::paragraph_models_
protected

Definition at line 875 of file baseapi.h.

◆ reader_

FileReader tesseract::TessBaseAPI::reader_
protected

Reads files from any filesystem.

Definition at line 873 of file baseapi.h.

◆ recognition_done_

bool tesseract::TessBaseAPI::recognition_done_
protected

page_res_ contains recognition data.

Definition at line 883 of file baseapi.h.

◆ tesseract_

Tesseract* tesseract::TessBaseAPI::tesseract_
protected

The underlying data object.

Definition at line 870 of file baseapi.h.

◆ thresholder_

ImageThresholder* tesseract::TessBaseAPI::thresholder_
protected

Image thresholding module.

Definition at line 874 of file baseapi.h.

◆ truth_cb_

TruthCallback* tesseract::TessBaseAPI::truth_cb_
protected

Definition at line 884 of file baseapi.h.


The documentation for this class was generated from the following files: