API reference for the enums module.
# All public classes import directly from the top-level package:from nutrient_sdk import DescriptionLevelEnumerations
| Enum | Description |
|---|---|
DescriptionLevel | Description detail levels for Vision document description. |
DocumentBookmarkSource | Specifies the source for PDF document outline (bookmarks) when converting Office documents to PDF. |
DocumentFormat | Defines the format of the currently processed/used document. |
DocumentMarkupMode | Specifies the modes for converting document markups, including how changes and comments are rendered. |
DocumentType | The type of the document currently used. |
ExecutionProvider | Execution provider used to run Vision ONNX model inference. |
HtmlLayoutType | |
ImageExportFormat | Specifies the export format for images. |
ImageExportMode | Specifies how images are handled during document export to markup formats (Markdown, HTML). |
ImageSettingMode | Specifies the mode options for image settings. |
ImplicitConversion | Specifies the conversion behavior when a document format is not compatible with the editor. |
InstantJsonRenderTheme | Specifies the annotation appearance theme used when importing Instant JSON. |
JsonExportContent | Specifies which content elements to include in JSON export. |
JsonExportFormat | Specifies formatting options for JSON export. |
OcrActivationMode | Controls whether OCR resource loading and OCR-based word detection run inside the ICR image pipeline. |
OpenSettingsMode | Defines the operational modes for opening documents. |
PageCacheMode | Defines the cache mode for the page. |
PdfBorderStyle | Specifies the border style for annotations. |
PdfCompression | Specifies the standard scheme to be used to compress image data in PDF documents. |
PdfConformance | Specifies 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. |
PdfFormFieldType | Specifies the type of a PDF form field. |
PdfLineEndingStyle | Specifies the style of line endings for line annotations. |
PdfPageSizes | Specifies page sizes. |
PdfRubberStampIcon | Specifies the predefined icon for a rubber stamp annotation. |
PdfSavePreferences | Specifies preferences for saving PDF documents. |
PdfSettingsMode | Specifies the mode options for PDF settings. |
RenderingLayoutMode | Specifies how CAD content is laid out for rendering. |
SchemaCompatibility | Target 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. |
SearchDisplay | How a text-search result is rendered. The matches are the same across all of these — only the presentation differs. |
SearchMode | How 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. |
SignatureHashAlgorithm | Specifies the hash algorithm to use when creating a digital signature. |
TextDirection | Text direction modes for reading order computation. |
TiffCompression | Specifies the TIFF compression when saving images in TIFF format. |
UnitMode | Specifies different unit modes. |
VisionEngine | Specifies which vision processing pipeline to use for content extraction. |
VisionFeatures | Vision processing features that can be enabled or disabled. |
VisionOutputFormat | Format of content returned by ExtractContent and ExtractContentToFile. |
VlmClassificationStrategy | Strategy for how zones are sent to the VLM for classification. |
VlmProvider | Available Vision Language Model providers. |
WordRefiningMethod | Method used to refine handwritten word text when AI-augmented text is available. |