sn9000 support

This commit is contained in:
AYZEN
2026-05-20 16:20:34 +03:00
parent ae7ea9f1f9
commit 5b480f1b55
18 changed files with 854 additions and 66 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"permissions": {
"allow": [
"PowerShell(Get-Command pdftotext, pdftoppm, gswin64c -ErrorAction SilentlyContinue)",
"PowerShell(Get-Command pdftotext -ErrorAction SilentlyContinue)",
"PowerShell(Get-Command python -ErrorAction SilentlyContinue)",
"PowerShell(Write-Output \"py:\"; \\(Get-Command py -ErrorAction SilentlyContinue\\).Source; Write-Output \"python:\"; \\(Get-Command python -ErrorAction SilentlyContinue\\).Source; Write-Output \"pdftotext:\"; \\(Get-Command pdftotext -ErrorAction SilentlyContinue\\).Source)",
"PowerShell(py -c \"import pypdf; print\\(pypdf.__version__\\)\" 2>&1)",
"PowerShell(py -c \"import pdfplumber; print\\(pdfplumber.__version__\\)\" 2>&1)",
"PowerShell(py -c \"import fitz; print\\(fitz.__version__\\)\" 2>&1)",
"PowerShell(py -m pip install --quiet pymupdf 2>&1)"
]
}
}