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

Fix <Unicode> output and issues reported by Coverity Scan for PAGE XML renderer #4234

Merged
merged 2 commits into from
May 3, 2024

Commits on May 3, 2024

  1. Remove trailing whitespace from PAGE XML <Unicode> output

    Fixes: 577e8a8 ("Add PAGE XML renderer / export (tesseract-ocr#4214)")
    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed May 3, 2024
    Configuration menu
    Copy the full SHA
    72fe0eb View commit details
    Browse the repository at this point in the history
  2. Fix CID 1544762 and CID 1544763 (Uninitialized scalar variable)

    Use also enum names instead of numeric values where possible.
    
    Fixes: 577e8a8 ("Add PAGE XML renderer / export (tesseract-ocr#4214)")
    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed May 3, 2024
    Configuration menu
    Copy the full SHA
    697ebfb View commit details
    Browse the repository at this point in the history