PageIteratorLevel: R version of the enumerated constants for the...

PageIteratorLevelR Documentation

R version of the enumerated constants for the PageIteratorLevel in the tesseract library

Description

This vector corresponds to a collection of enumerated constants in the tesseract C++ library.

Format

The format is: Named int [1:5] 0 1 2 3 4 - attr(*, "names")= chr [1:5] "block" "para" "textline" "word" ...

Details

We can use either the values in the vector or the corresponding name in the call to GetText and the associated higher-level functions for the level argument.

Source

The Tesseract project https://code.google.com/p/tesseract-ocr/

References

The Tesseract project https://code.google.com/p/tesseract-ocr/

Examples

PageIteratorLevel["word"]

duncantl/Rtesseract documentation built on Sept. 8, 2024, 8:38 a.m.