mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Included starting scripts
This commit is contained in:
@@ -18,25 +18,39 @@ git clone https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
|
||||
|
||||
Alternatively, you can download the ZIP file and extract it manually.
|
||||
|
||||
### 3. Install Dependencies
|
||||
### 3. Start the Program
|
||||
|
||||
Navigate to the video2document directory and install all dependencies:
|
||||
The start scripts automatically install dependencies and launch the program. Choose the appropriate method for your operating system:
|
||||
|
||||
**Windows:**
|
||||
```bash
|
||||
start.bat
|
||||
```
|
||||
|
||||
**Linux:**
|
||||
```bash
|
||||
./start.sh
|
||||
```
|
||||
|
||||
**macOS:**
|
||||
```bash
|
||||
./start.sh
|
||||
```
|
||||
|
||||
#### Alternative: Manual Installation and Start
|
||||
|
||||
If the start scripts don't work, you can manually install dependencies and start the program:
|
||||
|
||||
```bash
|
||||
cd video2document
|
||||
npm install
|
||||
```
|
||||
|
||||
### 4. Start the Program
|
||||
|
||||
Launch the program with:
|
||||
|
||||
```bash
|
||||
npm start
|
||||
```
|
||||
|
||||
### 5. If Process Fails: Install FFmpeg
|
||||
### 5. Install FFmpeg
|
||||
|
||||
Make sure that **ffmpeg** is installed on your system, as it may be required for video processing.
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
**Installation complete!** You're now ready to use Video2Document.
|
||||
Reference in New Issue
Block a user