Coveo Knowledge Base – Information Article – 060331-2

CES4-060331-2: Custom Converter Script Objects Reference

The information in this technical note applies to:

Coveo Enterprise Search 4

Summary

This document contains complementary information about custom converter scripting objects.

Definitions
Available Scripting Objects

Definitions

A custom converter script is a script file (whether a vbscript or a jscript file) that can convert a document from a Coveo Enterprise Search unsupported format to a supported format, so this document can be indexed by Coveo Enterprise Search. The custom converter script has access to some proprietary scripting objects used to manipulate the document content and properties.

Available scripting objects

These objects can be used within a custom converter script.

·          CustomConversion

This object manages Custom Conversion settings.

·          DocumentInfo

This object manages extracted document properties.

·          Mutex

This utility object allows you to serialize the process.

·          IFilterWrapper

This object contains utility methods to handle system IFilters.

See Conversion Script Objects Reference to get a complete list of all available conversion script objects.