-
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
support ocrmypdf#32 #39
Conversation
Command resultsDetails:Run doctocchanged:
- /home/runner/work/workflow_ocr/workflow_ocr/README.md
unchanged: Changed filesChanged file:
|
Codecov Report
@@ Coverage Diff @@
## master #39 +/- ##
=============================================
+ Coverage 77.57% 99.53% +21.96%
+ Complexity 111 83 -28
=============================================
Files 16 13 -3
Lines 330 217 -113
=============================================
- Hits 256 216 -40
+ Misses 74 1 -73
Continue to review full report at Codecov.
|
…/workflow_ocr into feature/support_ocrmypdf#32
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.
Thanks @R0Wi for your great work. I've tested your pull request on a fresh Nextcloud 20.0.2 instance using OCRmyPDF
in version 11.3.3. The OCR processing succeeds, but ignores bitmap images in a mixed file document (images embedded into text pages). Therefore, please consider my suggestion to solve this issue by changing the parameter of the OCRmyPDF
command line call.
Co-authored-by: Manuel Bentele <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* First working version with OCRmyPDF #32 * Fix variable assignment * Use ProcessingFileAccessor to prevent infinite loop * Update README for OCRmyPDF * docs: update TOC * Update README + app compliance * Code compliance * Apply suggestions from code review Co-authored-by: Manuel Bentele <[email protected]> Co-authored-by: R0Wi <[email protected]> Co-authored-by: Manuel Bentele <[email protected]>
* First working version with OCRmyPDF #32 * Fix variable assignment * Use ProcessingFileAccessor to prevent infinite loop * Update README for OCRmyPDF * docs: update TOC * Update README + app compliance * Code compliance * Apply suggestions from code review Co-authored-by: Manuel Bentele <[email protected]> Co-authored-by: R0Wi <[email protected]> Co-authored-by: Manuel Bentele <[email protected]> Co-authored-by: Robin Windey <[email protected]> Co-authored-by: R0Wi <[email protected]> Co-authored-by: Manuel Bentele <[email protected]>
No description provided.