sec_parser.processing_steps.image_classifier ============================================ .. py:module:: sec_parser.processing_steps.image_classifier Classes ------- .. autoapisummary:: sec_parser.processing_steps.image_classifier.ImageClassifier Module Contents --------------- .. py:class:: ImageClassifier Bases: :py:obj:`sec_parser.processing_steps.abstract_classes.abstract_elementwise_processing_step.AbstractElementwiseProcessingStep` ImageClassifier class for converting elements into ImageElement instances. This step scans through a list of semantic elements and changes it, primarily by replacing suitable candidates with ImageElement instances. .. py:method:: _process_element(element: sec_parser.semantic_elements.abstract_semantic_element.AbstractSemanticElement, _: sec_parser.processing_steps.abstract_classes.abstract_elementwise_processing_step.ElementProcessingContext) -> sec_parser.semantic_elements.abstract_semantic_element.AbstractSemanticElement