End recognizing table at first BOTTOMSTOP word?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
31-07-23 04:03 PM
Is there any way we can end recognizing the tabular data after the first BOTTOMSTOP word?
For example, we need to extract a table which ends with "Total"
But there's the word "Total" in pages after the table as well. Is there any way we can stop decipher to stop looking at any BOTTOMSTOP words after it recognizes the first BOTTOMSTOP word?
Is there any other miscellaneous parameter instead of BOTTOMSTOP which I might be better off using?
------------------------------
Pranav
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
31-07-23 08:28 PM
Hi Venkata,
Does your table end with a specific phrase, such as 'Total Value' ? if yes then you can try BottomStopPhrase
------------------------------
Athiban Mahamathi - https://www.linkedin.com/in/athiban-mahamathi-544a008b/
Technical Consultant,
SimplifyNext,
Singapore
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-08-23 08:19 AM
Hi,
In my experience Decipher tends to stop at the first instance of the word, though it may need to be trained on the table layout to support this. If this isn't working I'm not sure if there's an alternative, perhaps "RowAreaExcludeValues = Total".
"BottomStopPhrase" only works when "BorderTable=On" is also used.
Thanks
------------------------------
Ben Lyons
Senior Product Specialist - Decipher
SS&C Blue Prism
UK based
------------------------------
Principal Product Specialist - Decipher
SS&C Blue Prism
UK based
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-08-23 03:35 PM
@Athiban Mahamathi Mathialagan
The problem we have is, there are multiple "Total Value"s and we want it to stop after the first one.
@Ben.Lyons1
Interesting. In our experience it always takes the last instance of the BottomStop word in the document.
------------------------------
Pranav
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-08-23 09:56 AM
Hi Venkata,
Perhaps try enabling the "Strict Mode" for the table. Enter the following parameter in any of the table fields misc parameters "StrictMode = 1".
You will need to restart your training data for this to take full effect.
Thanks
------------------------------
Ben Lyons
Senior Product Specialist - Decipher
SS&C Blue Prism
UK based
------------------------------
Principal Product Specialist - Decipher
SS&C Blue Prism
UK based
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-09-24 09:36 AM
To stop recognizing tabular data after the first "BOTTOMSTOP" word:
- Set a Custom End Condition: Configure your tool to end extraction upon encountering "Total."
- Post-Processing Filter: Extract the table fully and then trim data after the first "Total."
- Check Tool Settings: Look for options to define custom end markers.
