Extrakt von Fortna gestartet um Standardsymbole und Basis für die ersten .rst Files zu erhalten.

This commit is contained in:
2026-04-29 22:55:30 +02:00
parent 367eb38cc8
commit cfc494d0dd
20 changed files with 1092 additions and 3 deletions
+20
View File
@@ -0,0 +1,20 @@
@echo off
REM ================================================================
REM DOCU_BUILD - Bilder und Text aus Produktprogramm-PDFs extrahieren
REM ================================================================
call "%~dp0setenv.bat"
if not exist "%PROJECT%\.venv" (
echo FEHLER: Virtual environment nicht gefunden.
echo Bitte zuerst bin\install_py.bat ausfuehren.
exit /b 1
)
call "%PROJECT%\.venv\Scripts\activate.bat"
echo.
echo Extrahiere Bilder und Text aus Produktprogramm-PDFs ...
echo.
python "%PV_LIB%\extract_products.py" --data-dir "%PV_DATA%" %*