Re: [julia-users] optical character recognition

2016-04-06 Thread Tim Holy
warn("$file does not exist") is trying to reference a variable named file, which (as the error message indicates) is undefined. Presumably you want this to be warn("$nameFile does not exist") --Tim On Tuesday, April 05, 2016 11:16:06 AM mgopi...@uncc.edu wrote: > Hi Friends, > > > I

[julia-users] optical character recognition

2016-04-05 Thread mgopipun
Hi Friends, I am trying to test the implementation of character recognition using Julia in my Windows 10 machine using the tutorial from https://www.kaggle.com/c/street-view-getting-started-with-julia/data. I am trying to train my system using the sample images and the code works fine in