:param alpha_factor: Alpha factor that controls how much the attention map is shown to the user during prediction. (higher value means more transparency for the attention map, commonly between 0.5 and 1.0)
:param color_map: Colormap to use for the attention map
:param char_separators: Pattern used to find tokens of the charset
:param max_object_height: Maximum height of predicted objects.
:param word_separators: List of word separators
:param line_separators: List of line separators
:param tokens: NER tokens used
:param word_separators: Pattern used to find words
:param line_separators: Pattern used to find lines
:param tokens_separators: Pattern used to find NER entities
:param display_polygons: Whether to plot extracted polygons