Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor regular text extraction into dedicated module #3010

Open
stefan6419846 opened this issue Dec 19, 2024 · 0 comments
Open

Refactor regular text extraction into dedicated module #3010

stefan6419846 opened this issue Dec 19, 2024 · 0 comments
Labels
workflow-text-extraction From a users perspective, text extraction is the affected feature/workflow

Comments

@stefan6419846
Copy link
Collaborator

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.

@stefan6419846 stefan6419846 added the workflow-text-extraction From a users perspective, text extraction is the affected feature/workflow label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
workflow-text-extraction From a users perspective, text extraction is the affected feature/workflow
Projects
None yet
Development

No branches or pull requests

1 participant