it gave an error : ~/datasciencelocal/TaiChi/pngs/NULL
when i gave in with indexok[1] is gave instead of NULL the correct filename: ~/datasciencelocal/TaiChi/pngs/1.png
Is it normal? what did i wrong?
Kind regards, thx for helping me,
Robbe
srru i was to early to early by saying it works
i tried it out in my program but still get this error
Error in tesseract::ocr(newindexok[i]) :
Argument 'image' must be file-path, url or raw vector
thx now i tested it out it works realy fine now.
I used following command
indexok <- sapply(indexok,function(x_)file.path("~/datasciencelocal/TaiChi/pngs",x_))