Indexing Common Formats#

Squirro’s pipeline supports the processing of complex document types, such as common office formats like Word or Excel files or PDFs. This page explains how to set up the pipeline to achieve this.

Overview#

Squirro can index and display many common document formats. This enables end users to interact with those documents directly and search within them.

When set up correctly, these documents become searchable and document thumbnails are shown in the result list:

image1

They can also be displayed directly in the user interface, without the user having to navigate away to a desktop application:

image2

Setup#

Squirro provides all the required and default configurations to index these documents out of the box.

Set Up Pipeline Workflow#

  1. In the Setup space navigate to Pipeline.

  2. In the top right click the pencil icon to enter edit mode.

  3. In the bottom left choose New Pipeline to create a new pipeline.

  4. A list of pipeline presets is displayed. Select the :guilabel:`Binary Documents`workflow.

    image3

  5. In the Pipeline Properties on the right side, give the pipeline workflow a meaningful name, “Documents” for example.

    image4

This concludes the setup. The steps that ensure documents are correctly indexed are:

  • PDF Conversion, which converts Office formats to PDF.

  • Content Augmentation, which makes the contents of the document available to the rest of the pipeline.

  • Content Extraction, which extracts the text content from the document to make the document searchable.

Ingest Data#

Once the pipeline workflow is set up, data ingestion can proceed like with any other data source.

Important: Make sure to select the newly created workflow to ensure the data is processed correspondingly.

image5