PDF extraction in Reframework

Hi, need some help in PDF extraction in Reframework with anchor base activity…

Hello, @ahmed4566 - Did you try with

  • CV activites as these activities work with anchor base
  • If it didn’t work try with OCR
  • If it is a normal pdf you can use read pdf text activity and apply regular expressions

Yes .there r 4 PDF with different values…and need to process all of them one by one…so do we require the get transaction?
As i did

  1. Read config

  2. Kill pdf and excel
    2.1 build data table

  3. Open pdf file with
    Directory.getfiles
    For each files
    Start process
    Now the pdf is opened

  4. Under process state
    Extract the data from pdf with anchor
    base activity
    Add datarow and write range to write in
    Excel