Misc Changes

This commit is contained in:
Nicole Rappe 2025-05-16 02:23:30 -06:00
parent ed901fd0fd
commit a19910048b

View File

@ -181,7 +181,6 @@ Run-Step "Dependency: Tesseract-OCR" {
throw "7-Zip CLI not found at: $sevenZipExe" throw "7-Zip CLI not found at: $sevenZipExe"
} }
Write-Host "Extracting Tesseract installer to: $tessInstallDir"
if (Test-Path $tessInstallDir) { if (Test-Path $tessInstallDir) {
Remove-Item $tessInstallDir -Recurse -Force -ErrorAction SilentlyContinue Remove-Item $tessInstallDir -Recurse -Force -ErrorAction SilentlyContinue
} }