Recent content by Amith V S

  1. A

    abby integration with ui path

    I I am also looking for the same.
  2. A

    Scrap unstructured data from PDF

    thanx mate
  3. A

    Scrap unstructured data from PDF

    I converted pdf to text and tried substring method to get the data between two headings. Substring code used: rdtext.IndexOf("heading A") - rdtext.IndexOf("heading B") but this is not working always. Also I am new with regex, any source that I can use to get a basic idea
  4. A

    Scrap unstructured data from PDF

    Hi guys, I am stuck with something. I have a pdf with numerous pages and each page have datas which may vary from page to page. Each data have headings which is the only thing fixed in the pdf. The position keeps on varying. Even if we scrape it may work for some pages, but not completely. So I...
  5. A

    abby integration with ui path

    solved? I am also looking for the same!
Top