mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 04:08:29 -06:00
Misc Changes
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user