Extrakt von Fortna gestartet um Standardsymbole und Basis für die ersten .rst Files zu erhalten.
This commit is contained in:
@@ -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%" %*
|
||||
Reference in New Issue
Block a user