-
Notifications
You must be signed in to change notification settings - Fork 7
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
Implement configurable OCR skip options (closing #129) #164
Conversation
Codecov Report
@@ Coverage Diff @@
## master #164 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 166 170 +4
===========================================
Files 34 34
Lines 610 620 +10
Branches 4 6 +2
===========================================
+ Hits 610 620 +10
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me. I left a small comment about a possible name change of a data structure. This would make the code easier to understand.
Note that I only reviewed the code of the changes and did not do a final test on a fresh Nextcloud instance.
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now, everything seems fine to me.
No description provided.