This page contains answers to our most frequently asked questions. If you cannot find what you are looking for, please get in touch with us.
Yes. This way please!
You can run the Stirling PDF API locally to avoid sending out any sensitive information. We recommend to run Stirling PDF via Docker and then point your workflow to the locally running API:
In case you do not have Docker yet, install it.
Run the following command to start Stirling PDF locally with Docker:
docker run -d \ --name stirling-pdf \ -p 8080:8080 \ -v "./StirlingPDF/trainingData:/usr/share/tessdata" \ -v "./StirlingPDF/extraConfigs:/configs" \ -v "./StirlingPDF/customFiles:/customFiles/" \ -v "./StirlingPDF/logs:/logs/" \ -v "./StirlingPDF/pipeline:/pipeline/" \ -e DISABLE_ADDITIONAL_FEATURES=true \ -e LANGS=en_GB \ docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest In the Server node within your workflow, set the *Server URL to http://localhost:8080
To use this product in KNIME, install the extension Stirling PDF Nodes from the below update site:
A zipped version of the software site can be downloaded here.