This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /api/python/enums.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. enums

API reference for the enums module.

# All public classes import directly from the top-level package:
from nutrient_sdk import DescriptionLevel

Enumerations

EnumDescription
DescriptionLevelDescription detail levels for Vision document description.
DocumentBookmarkSourceSpecifies the source for PDF document outline (bookmarks) when converting Office documents to PDF.
DocumentFormatDefines the format of the currently processed/used document.
DocumentMarkupModeSpecifies the modes for converting document markups, including how changes and comments are rendered.
DocumentTypeThe type of the document currently used.
ExecutionProviderExecution provider used to run Vision ONNX model inference.
HtmlLayoutType
ImageExportFormatSpecifies the export format for images.
ImageExportModeSpecifies how images are handled during document export to markup formats (Markdown, HTML).
ImageSettingModeSpecifies the mode options for image settings.
ImplicitConversionSpecifies the conversion behavior when a document format is not compatible with the editor.
InstantJsonRenderThemeSpecifies the annotation appearance theme used when importing Instant JSON.
JsonExportContentSpecifies which content elements to include in JSON export.
JsonExportFormatSpecifies formatting options for JSON export.
OcrActivationModeControls whether OCR resource loading and OCR-based word detection run inside the ICR image pipeline.
OpenSettingsModeDefines the operational modes for opening documents.
PageCacheModeDefines the cache mode for the page.
PdfBorderStyleSpecifies the border style for annotations.
PdfCompressionSpecifies the standard scheme to be used to compress image data in PDF documents.
PdfConformanceSpecifies PDF versions and conformance levels of a PDF document. The PDF versions correspond to the PDF major releases, starting from PDF 1.0. In each PDF version the new features have been introduced. The different conformance levels reflect the quality of the archived document and depend on the input material and the documents purpose. PDF/A versions and levels are given one after another. PDF/A-1 is the first archiving standard based on PDF version 1.4. All resources must be embedded within the PDF/A document itself. PDF/A-2 is based on PDF 1.7. It allows JPEG2000 compression, transparent elements, PDF layers and more. PDF/A-3 is available since October 2012. It allows to embed any file format desired. Level a (accessible) meets all requirements for the standard. Level b (basic) guaranteed that the content of the document can be unambiguously reproduced. Level u (unicode) specifies that all text can be mapped to standard Unicode character codes.
PdfFormFieldTypeSpecifies the type of a PDF form field.
PdfLineEndingStyleSpecifies the style of line endings for line annotations.
PdfPageSizesSpecifies page sizes.
PdfRubberStampIconSpecifies the predefined icon for a rubber stamp annotation.
PdfSavePreferencesSpecifies preferences for saving PDF documents.
PdfSettingsModeSpecifies the mode options for PDF settings.
RenderingLayoutModeSpecifies how CAD content is laid out for rendering.
SchemaCompatibilityTarget dialect for a generated JSON Schema. Structured-output modes of the major LLM providers each accept a different subset of JSON Schema; the selected value acts as a preset filter applied on top of the individual SchemaGenerationSettings knobs — the effective rule is the stricter of the knob and the dialect limit, and features the dialect rejects are never emitted regardless of the knobs.
SearchDisplayHow a text-search result is rendered. The matches are the same across all of these — only the presentation differs.
SearchModeHow aggressively a text search filters weak matches. The mode resolves to a BM-25 relevance floor: hits below it are dropped, so the caller gets a real answer or nothing.
SignatureHashAlgorithmSpecifies the hash algorithm to use when creating a digital signature.
TextDirectionText direction modes for reading order computation.
TiffCompressionSpecifies the TIFF compression when saving images in TIFF format.
UnitModeSpecifies different unit modes.
VisionEngineSpecifies which vision processing pipeline to use for content extraction.
VisionFeaturesVision processing features that can be enabled or disabled.
VisionOutputFormatFormat of content returned by ExtractContent and ExtractContentToFile.
VlmClassificationStrategyStrategy for how zones are sent to the VLM for classification.
VlmProviderAvailable Vision Language Model providers.
WordRefiningMethodMethod used to refine handwritten word text when AI-augmented text is available.