Currently I use https://github.com/lluisgomez/text_extraction to determine which pixels contribute to the text. from the paper “Multi-script text extraction from natural scenes” (Gomez & Karatzas) to appear in ICDAR2013 conference.
It gives results such as:

Can I use this code to do the same thing but with better accuracy? If so, how can I do this?
I do not wish to have the bounding boxes of text, I wish to know which pixels contribute to the text.
Currently I use https://github.com/lluisgomez/text_extraction to determine which pixels contribute to the text. from the paper “Multi-script text extraction from natural scenes” (Gomez & Karatzas) to appear in ICDAR2013 conference.
It gives results such as:
Can I use this code to do the same thing but with better accuracy? If so, how can I do this?
I do not wish to have the bounding boxes of text, I wish to know which pixels contribute to the text.