Is there any documentation or video link for Reframework with Document understanding?

Hi everyone,

I want to build a project using Re-Framework with document understanding technique to extract data from multiple documents(like pdf, word, scanned images, etc) received from each mail.
I’m not finding any reference video or document to follow the process for practicing.
Please help me .

1 Like

@Vaishnav_Tej

  1. REF is not for document understanding..there is a different template for it can use it
  2. You can still use REF but not ideal as it is not good for persistent activities
  3. For practice as well it is good you use DU template

cheers

1 Like

so if i want to use document understanding technique I’m not supposed to use ReFramework ?

1 Like

@Vaishnav_Tej

ideally its not good for persistent activities as persistent activites will wipeoff all the data once suspended and its not suited for REF

if you dont want to use any wait activities then just liek any other transactional process you can use extract document data alone in process xaml to extract data and write to some file or application

cheers

1 Like