Skip to content

Refactor regular text extraction into dedicated module #3010

@stefan6419846

Description

@stefan6419846

At the moment, the regular (non-layout mode) text extraction is mostly implemented in a method inside the PageObject class directly. This makes it hard to keep the complexity low, requires nonglobal variables and bloats the PageObject more and more on every new error handler.

For this reason, we should look into moving the actual internal implementation to a dedicated module/class to allow for easier refactoring and reduce file/module complexity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    workflow-text-extractionFrom a users perspective, text extraction is the affected feature/workflow

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions