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

lstmeval: Improve output by ensuring 'Truth:' text is encoded the same way as OCR output… #3421

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 11, 2021

  1. lstmeval: Improve output by ensuring 'Truth:' text is encoded the sam…

    …e way as OCR output
    
    This ensures that transformations like unicode normalisation are done on
    the truth output as well as the OCR output, so that you can compare
    the two properly.
    
    Before this a perfect OCR result could show different lines for Truth and
    OCR if the OCR output included characters that were normalised.
    nickjwhite committed May 11, 2021
    Configuration menu
    Copy the full SHA
    6a2bf21 View commit details
    Browse the repository at this point in the history