Cybersecurity
DevOps Cloud
IT Operations Cloud
Some may find the instructions in the installation guide difficult to follow and implement concerning integration with IDOL MediaServer. This is a simple way to configure MediaServer to OCR images that will be then treated by CP.
Download Media Server.
Install it (this could be just a zip unpack) in Program Files\Micro Focus\MediaServer for example.
You can make it a service with a command like:
New-Service -Name "ControlPoint MediaServer" -BinaryPathName "C:\Program Files\Micro Focus\MediaServer\mediaserver.exe" -StartupType Automatic -Description "MediaServer for ControlPoint"
Be sure that you have a license for Media Server, it is not in the CP base license, it is an option.
Open ...MediaServer\mediaserver.cfg file.
Edit ...ControlPoint\Indexer\FileSystem Connector Framework\ControlPoint FileSystem Connector Framework.cfg
Pre2=lua:scripts/mediaserver/OCR.lua
Rename existing Pre2 if needed to Pre3.
[MediaServerSettings]
MediaServerHost=localhost
MediaServerPort=14000
ReadFromOriginalLocation=true
Notes:
Edit ...ControlPoint\Indexer\FileSystem Connector Framework\scripts\mediaserver\OCR.lua
});
end
-- If analysis was performed successfully, don't extract
-- text using KeyView, just get the metadata.
document:addField("AUTN_FILTER_META_ONLY", "");
end
return true;
end
Save the files
Restart FileSystem Connector Framework service.
Start ...MediaServer\mediaserver.exe or the service and wait few minutes.
You're ready!