Question related to AI Skills and Document Extraction

Certified Associate Developer

I am trying to explore the AI Skills option to extract a PDF document , While doing this I am using a!docExtractionStatus(pv!DocExtractionId)  to find the status of this extraction , it always comes as Invalid status 

as i feel the id returns as text  459e03db-62f5-4a7c-bb96-9047e4391783 , Where as method used to find the extraction status looking for number how to change this  type and find the extraction status ? 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    Thanks Stefan for the details , i just removed those and it worked well , however, having one simple basic question , what is the difference between using AI  Skill for document extraction and normal extraction ? 

    1) Extract from Document , Reconcile Doc Extraction    

    2) Start Doc Extraction , Script task to get the extracted data  (a!docExtractionResult( ) )  , Reconcile Doc Extraction    

Children