-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
workflow-text-extractionFrom a users perspective, text extraction is the affected feature/workflowFrom a users perspective, text extraction is the affected feature/workflow
Description
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.
MartinThoma
Metadata
Metadata
Assignees
Labels
workflow-text-extractionFrom a users perspective, text extraction is the affected feature/workflowFrom a users perspective, text extraction is the affected feature/workflow