emily 6b3724b765 edited the way api keys are handled.
Since API keys are now loaded from the auth server, this means that there is a delay between starting the software, loading the keys, and loading all the module files.
Due to nodejs running Async, the modules are being loaded BEFORE the api keys have been returned from the auth server.
So now the api keys are being set inside the module every time the module is being called.
This has absolutely no impact on performance, or security, plus, this was the easiest solution, especially as it required no big changes to the rest of the code
2026-01-14 03:01:30 +01:00
App
2025-11-06 15:50:10 +01:00
2025-11-01 19:20:35 +01:00
2025-11-01 19:20:35 +01:00
2025-12-17 14:09:00 +01:00
2025-12-17 14:09:00 +01:00
2025-12-17 14:09:00 +01:00
2025-12-19 09:45:11 +01:00

Video2Document

Installation

Follow the steps below to install Video2Document (v2d):

1. Install Node.js

Download and install Node.js from https://nodejs.org/en

2. Clone the Repository

Clone the repository using Git:

git clone https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git

Alternatively, you can download the ZIP file and extract it manually.

3. Start the Program

The start scripts automatically install dependencies and launch the program. Choose the appropriate method for your operating system:

Windows:

start.bat

Linux:

./start.sh

macOS:

./start.sh

Alternative: Manual Installation and Start

If the start scripts don't work, you can manually install dependencies and start the program:

cd video2document
npm install
npm start

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.

S
Description
No description provided
Readme 2.6 MiB
Languages
JavaScript 79.9%
HTML 9%
CSS 7%
TypeScript 3.7%
Batchfile 0.2%
Other 0.1%