Search Unity

Vuforia Textrecognition for sentences?

Discussion in 'Vuforia' started by VincWeiss, Oct 12, 2017.

  1. VincWeiss

    VincWeiss

    Joined:
    Sep 29, 2017
    Posts:
    7
    Is there a way to manipulate Vuforia's Text Reco Feature so it scans for a full sentence instead of spitting out all words in a (random?) unusable order?
     
  2. Augmenteer

    Augmenteer

    Joined:
    Aug 30, 2015
    Posts:
    43
    Be aware that Text Reco has been deprecated in Vuforia 6.5

    That said, the feature is based on lists of individual words. So the result will be for each word in a sentence. It is possible to understand the sequence of words in a sentence by looking at their Transform vectors, and ordering them by position.
     
    VincWeiss and Vuforia-Strasza like this.
  3. VincWeiss

    VincWeiss

    Joined:
    Sep 29, 2017
    Posts:
    7
    Awesome, thanks. Since the Text Rec won't be supported in Vuforia 7 I'll try to find a different solution.