Content Management and Capture

 View Only
  • 1.  Datacap SelectParentBlock

    Posted Tue December 15, 2020 10:26 AM
    Hello,

    I have a page that contains a table. I applied Recognize action and created layout file. I found a word("Ücretin Ne için Alındığı") which is in a cell above the red cell, than I want to move down and get the red cell value. How can I achieve this?



    Thanks.

    ------------------------------
    YASEMİN ALADI
    ------------------------------


  • 2.  RE: Datacap SelectParentBlock

    Posted Fri December 18, 2020 01:42 AM

    Hello,

    Is there anybody knows reading table cell in datacap? Please help me.

    Thanks



    ------------------------------
    YASEMİN ALADI
    ------------------------------



  • 3.  RE: Datacap SelectParentBlock

    Posted Fri December 18, 2020 07:32 AM

    After layout.xml is created, I use C# XML parser API to read all elements.

    As the custom action reads each element, its positions (left, top, right, bottom) are stored as well.

    Then, a different custom action can find the target element (cell) and then find the cell directly below it by calculating the positions.



    ------------------------------
    dsakai
    ------------------------------