R/textCanvas.R
getChars.Rd
None yet
getChars(canvas, lines)
A N dimensional matrix (product of png::readPNG()) corresponding to bitmap image.
Data.frame generated by applying guessLines() to canvas.
A data frame containing 1 row for each character in each line of canvas, and the following columns:
line: Integer indicating line number, counting from the top of the canvas.
char: Integer indicating the character number, counting from the left most.
left: Integer indicating left-most extent of character in pixels.
right: Integer indicating right-most extent of character in pixels.
None yet