processDocument {handwriter} | R Documentation |
Process Document
Description
Load a handwriting sample from a PNG image. Then binarize, thin, and split the handwriting into graphs.
Usage
processDocument(path)
Arguments
path |
File path for handwriting document. The document must be in PNG file format. |
Value
The processed document as a list
Examples
image_path <- system.file("extdata", "phrase_example.png", package = "handwriter")
doc <- processDocument(image_path)
plotImage(doc)
plotImageThinned(doc)
plotNodes(doc)
[Package handwriter version 3.1.1 Index]