I made our default initializers for Tesseract unavailable because
they passed nil as the language to Tesseract, which it turns
out makes Tesseract default to "eng" for language. That's not
good behavior, because the user may not have eng.traineddata in
their tessdata folder, and thus Tesseract will crash.
Coverage decreased (-0.01%) to 91.49% when pulling c7c60ccf7677aec7290b559bc8f6268443c72adf on kevincon:hotfix-remove-default-init into 37e5940a09bb34d7519e76b9ff52012b0098cba0 on gali8:master.
Coverage decreased (-0.01%) to 91.49% when pulling c7c60ccf7677aec7290b559bc8f6268443c72adf on kevincon:hotfix-remove-default-init into 37e5940a09bb34d7519e76b9ff52012b0098cba0 on gali8:master.
Coverage decreased (-0.01%) to 91.49% when pulling c7c60ccf7677aec7290b559bc8f6268443c72adf on kevincon:hotfix-remove-default-init into 37e5940a09bb34d7519e76b9ff52012b0098cba0 on gali8:master.
Coverage decreased (-0.01%) to 91.49% when pulling c7c60ccf7677aec7290b559bc8f6268443c72adf on kevincon:hotfix-remove-default-init into 37e5940a09bb34d7519e76b9ff52012b0098cba0 on gali8:master.
I made our default initializers for Tesseract unavailable because they passed
nil
as the language to Tesseract, which it turns out makes Tesseract default to "eng" for language. That's not good behavior, because the user may not have eng.traineddata in their tessdata folder, and thus Tesseract will crash.