11 Gen AI Document Analyzer Service Installation
This topic describes the systematic instructions to install Gen AI Document Analyzer Service Installation service.
Gen AI document analyzer service (cmc-ml-genai-doc-analyzer) is an optional component that is shipped with various products that utilizes Generative AI for managing documents.
Prerequisite
Follow the below steps to setup the prerequisites of Gen AI service.
- The Operating System version should be same as product i.e.,
Oracle Linux 8.
Note:
Other Oracle Linux OS are not supported due to incompatibility with gcc++ v17 compiler. - gcc++ compiler v17
Note:
This compiler is required for tesseract. - Install the following OS packages:
- yum install zlib zlib-devel
- yum install libffi-devel openssl-devel
- yum install bzip2 bzip2-devel
- yum install poppler-utils
- yum install xz xz-devel xz-libs
- yum install mesa-libGL
- yum install mesa-libgbm
- yum install mesa-libglapi
- yum install sqlite-devel
- yum install openblas
- Python Version: 3.9.5
- Tesseract: 5.4.1
- Document Verification Service: This is provided as part of the distribution.
To run the Gen AI document analyzer service; Python, Tesseract, and Document Verification Service must be installed. Refer to Document Verification Framework section in Common Core Services Installation Guide to manually install these packages.
- Application Installation
This topic provides the information to install the Gen AI application. - Starting The Application
This topic describes the systematic instructions to start the application process.