I want to make a transalte app using vuforia. I want to add additional word file to my project in unity. How do I do that? I m new to unity. Plz help.........
But after i install the app and click on start in text recognition it gives me an error "Failed to load tracker data", Please help me to add additional words for text recognition
I want to add additional words for text recognition, I tried making changes in the sample code, here is what i changed
public boolean doLoadTrackersData()
{
TrackerManager tm = TrackerManager.getInstance();
TextTracker tt = (TextTracker) tm
.getTracker(TextTracker.getClassType());
WordList wl = tt.getWordList();
return wl.loadWordList("TextReco/AdditionalWords.lst",
STORAGE_TYPE.STORAGE_APPRESOURCE);
}
But after i install the app and click on start in text recognition it gives me an error "Failed to load tracker data", Please help me to add additional words for text recognition