Nutrient Web SDK
    Preparing search index...

    Enumeration ProcessorEngine

    optional, Standalone only

    Document processing can be a time-consuming task, especially when working with large documents. In order to improve the user experience it is possible to choose between two different processor engines with different optimizations applied: either one with a smaller bundle size, but slower overall performance, or one with a larger bundle size, but faster processing time (the default).

    Either case it's recommended to enable asset compression on your Server to improve loading time.

    Processor Engine Comparison:

    Preference Bundle Size Document Processing Recommended Use
    smallerSize Smaller Slower Prioritize compact app size
    fasterProcessing (default) Larger Faster Quick document processing
    Index

    Enumeration Members

    Enumeration Members

    fasterProcessing: string

    A faster processor engine will be used for processing (default).

    smallerSize: string

    A smaller processor engine will be used for processing.