/
Full-text search (POC)

Full-text search (POC)

This optional module is part of release 24.4 and is still in the proof-of-concept (POC) stage.

Overview

This document provides technical support information for the new module "Full-text search (POC)" which includes the plugin "OCR (POC)". The module is designed to calculate Optical Character Recognition (OCR) for objects during the ingest process, storing the results in the record metadata to enable searching on the text of a file.

Activation

This feature is activate on mh-uat.mediahaven.com for the organisations mh-uatb and mh-uatc

  1. Create a field definition Dynamic.PocOcr of type TextField

    • Also, mark the field definition as global and indexed such that the end-user experiences a full-text search using the global search

  2. Link the module FULL_TEXT_SEARCH_POC to the customer’s organisation. See the REST documentation for information on how to do that.

Once activated, OCR will be carried out for all files that are newly ingested via the ingest 1.5 and 2.0 flows for that organisation. The extracted text will be saved to the Dynamic.PocOcr field.

Supported file types

The following table contains file types that are confirmed to work.

Theoretically all supported Tika formats are supported: Apache Tika – Supported Document Formats. However, this is not guaranteed for file formats not listed in the table below.

Format

Supported file extensions

Format

Supported file extensions

Pdf files

pdf

Emails

msg, eml

Microsoft office

doc, docx, ppt, pptx, xls, xlsx

Web pages

htm, html, asp, php

Plain text

txt, rft, log

Images

jpg, png, bmp

Related content