fixed textlist typo
This commit is contained in:
parent
20cedc6b19
commit
77a647b090
|
@ -23,9 +23,9 @@ imagenames <- gsub(".jp.*|.JP.*", "", imagelist)
|
||||||
# Retrieve OCR text ####
|
# Retrieve OCR text ####
|
||||||
|
|
||||||
# Setup table for OCRed text
|
# Setup table for OCRed text
|
||||||
imagesOCR <- data.frame("image" = rep("", NROW(textlist)),
|
imagesOCR <- data.frame("image" = rep("", NROW(imagelist)),
|
||||||
"line_count" = rep("", NROW(textlist)),
|
"line_count" = rep("", NROW(imagelist)),
|
||||||
"text" = rep("", NROW(textlist)),
|
"text" = rep("", NROW(imagelist)),
|
||||||
stringsAsFactors = F)
|
stringsAsFactors = F)
|
||||||
|
|
||||||
imagesOCR$line_count <- as.integer(imagesOCR$line_count)
|
imagesOCR$line_count <- as.integer(imagesOCR$line_count)
|
||||||
|
|
Loading…
Reference in New Issue