Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - AI Builder
Unanswered

how to find the specific text from the textrecognizer result

(0) ShareShare
ReportReport
Posted on by 3

Hello Guys!

 

Im new with powerapps and I have some questions.

 

Im currently using AI Builder TextRecognizer.

And I want to check from the textrecognizer.Result.text if it contains the specific text that I want to find?

 

Pls help.

 

Thank You

 

Categories:
  • Antoine2F Profile Picture
    on at
    Re: how to find the specific text from the textrecognizer result

    Hello

     

    Here is an example of a formula you can put in a text label:

     

    If(IsBlank(Find("text to find", First(TextRecognizer1.Results).Text,1)),"not present", "present")

     

    TextRecognizer1.Results is a table so I've used 'First' to return the first selected text.

     

    If you want to search for all texts, you can use

     

    If(IsEmpty(Search(TextRecognizer1.Results,"text to search","Text")),"not present", "present")

     

    Hope this helps

    Antoine2F

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 770 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 494

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 399