You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scantailor-devel
Hi,
I was wondering what algorithm Scantailor uses for segmenting text from non-text parts of the page. Can you please help?
Thanks a lot,
Hovnatan
Joseph Artsimovich
unread,
Jun 23, 2016, 8:23:12 AM6/23/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scantail...@googlegroups.com
On 23/06/2016 11:11, Hovnatan Karapetyan wrote:
> Hi,
>
> I was wondering what algorithm Scantailor uses for segmenting text
> from non-text parts of the page. Can you please help?
Finally, there is a very crude text / non-next line labelling as part of
content box detection. Look at estimateTextMask()
in filters/select_content/ContentBoxFinder.cpp:
https://github.com/Tulon/scantailor/blob/experimental/filters/select_content/ContentBoxFinder.cpp#L73 This algorithm is not terribly accurate. It labels a binary image region
as text / non-text based on the number
of ultimate eroded points (abbreviated UEPs in source code) in that region.
As usual, you can get a lot of insight on the inner workings of Scan
Tailor by enabling debug mode:
Menu -> Tools -> Debug Mode
--
Joseph Artsimovich
Hovnatan Karapetyan
unread,
Jun 23, 2016, 2:31:49 PM6/23/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message