Skip to content

Commit

Permalink
changing VersionError to CommandExitStatusError
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgruebl committed Jul 17, 2023
1 parent 0d276f4 commit 0476498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tesseract/error.rs
Expand Up @@ -5,8 +5,8 @@ pub enum TessError {
#[error("Tesseract not found. Please check installation path!")]
TesseractNotFoundError,

#[error("Invalid Tesseract version!\n{0}")]
VersionError(String),
#[error("Command ExitStatusError\n{0}")]
CommandExitStatusError(String, String),

#[error(
"Image format not within the list of allowed image formats:\n\
Expand Down

0 comments on commit 0476498

Please sign in to comment.