Skip to content

Getting Started

Worker Model

By default, the web service starts with one worker process. Each worker handles documents in a single-threaded mode that means that it can process only one request at a time. The number of workers is limited by available hardware resources.

See also: Performance considerations

Licensing

For the Document Reader SDK web service, Online and Software licensing types are available, see details on the Licensing page.

See also: How to perform the licensing service health check

Prerequisites

The recommended machine settings are: 1CPU and 2Gb RAM per worker.

Versioning

The version A.B.C.D.E is composed of:

  • A.B for the Regula SDK version
  • C for the document database version
  • D for the service wrapper version
  • E for the patch number

For example, the 5.2.103350.140.p1 version should be interpreted as follows:

  • 5.2 is the Regula SDK version
  • 103350 is the current document database version
  • 140 is the web service wrapper version
  • p1 is the patch number (contains security or bug fixes)