PageIteratorLevel | R Documentation |
This vector corresponds to a collection of enumerated constants in the tesseract C++ library.
The format is: Named int [1:5] 0 1 2 3 4 - attr(*, "names")= chr [1:5] "block" "para" "textline" "word" ...
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.
The Tesseract project https://code.google.com/p/tesseract-ocr/
The Tesseract project https://code.google.com/p/tesseract-ocr/
PageIteratorLevel["word"]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.