Follow these steps to enable or disable specific filter analysis engines to perform filter analysis on PDF files.
Note
If the filter analysis feature is disabled, then the filter analysis engines will not work even if they are enabled.
To enable the filter analysis engines:
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
Enable one or both engines.
To enable the Python-based engine:
hostname (config) # filter-analysis sa-python enable
To enable the JABE engine:
hostname (config) # filter-analysis jabe enable
Verify that the Python or JABE engine can perform filter analysis on the appliance:
hostname (config) # show filter-analysis config Filter Analysis enabled : yes Create job enabled : yes JABE enabled : yes SA-Python enabled : yes
To disable the filter analysis engines:
Enable the CLI configuration mode.
hostname > enable hostname # configure terminal
Disable the selected engine:
hostname (config) # no filter-analysis sa-python enable
or
hostname (config) # no filter-analysis jabe enable
Verify that the selected engine is disabled.
hostname (config) # show filter-analysis config Filter Analysis enabled : yes Create job enabled : yes JABE enabled : no SA-Python enabled : no