# This is an automatically generated code sample.
# To make this code sample work in your Oracle Cloud tenancy,
# please replace the values for any parameters whose current values do not fit
# your use case (such as resource IDs, strings containing ‘EXAMPLE’ or ‘unique_id’, and
# boolean, number, and enum parameters with values not fitting your use case).

require 'oci'

# Create a default config using DEFAULT profile in default location
# Refer to https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File for more info
config = OCI::ConfigFileLoader.load_config

# Initialize service client with default config file
ai_document_client =
  OCI::AiDocument::AIServiceDocumentClient.new(config: config)

# Send the request to service, some parameters are not required, see API doc for more info
analyze_document_response =
  ai_document_client.analyze_document(
    OCI::AiDocument::Models::AnalyzeDocumentDetails.new(
      features: [
        OCI::AiDocument::Models::DocumentClassificationFeature.new(
          feature_type: 'DOCUMENT_CLASSIFICATION',
          max_results: 894,
          model_id: 'ocid1.test.oc1..<unique_ID>EXAMPLE-modelId-Value',
          tenancy_id: 'ocid1.test.oc1..<unique_ID>EXAMPLE-tenancyId-Value'
        )
      ],
      document:
        OCI::AiDocument::Models::ObjectStorageDocumentDetails.new(
          source: 'OBJECT_STORAGE',
          namespace_name: 'EXAMPLE-namespaceName-Value',
          bucket_name: 'EXAMPLE-bucketName-Value',
          object_name: 'EXAMPLE-objectName-Value'
        ),
      compartment_id: 'ocid1.test.oc1..<unique_ID>EXAMPLE-compartmentId-Value',
      output_location:
        OCI::AiDocument::Models::OutputLocation.new(
          namespace_name: 'EXAMPLE-namespaceName-Value',
          bucket_name: 'EXAMPLE-bucketName-Value',
          prefix: 'EXAMPLE-prefix-Value'
        ),
      language: 'EXAMPLE-language-Value',
      document_type: 'CHECK',
      ocr_data:
        OCI::AiDocument::Models::AnalyzeDocumentResult.new(
          document_metadata:
            OCI::AiDocument::Models::DocumentMetadata.new(
              page_count: 450, mime_type: 'EXAMPLE-mimeType-Value'
            ),
          pages: [
            OCI::AiDocument::Models::Page.new(
              page_number: 400,
              dimensions:
                OCI::AiDocument::Models::Dimensions.new(
                  width: 5295.4907, height: 3015.6177, unit: 'PIXEL'
                ),
              detected_document_types: [
                OCI::AiDocument::Models::DetectedDocumentType.new(
                  document_type: 'EXAMPLE-documentType-Value',
                  confidence: 0.47596252,
                  document_id:
                    'ocid1.test.oc1..<unique_ID>EXAMPLE-documentId-Value'
                )
              ],
              detected_languages: [
                OCI::AiDocument::Models::DetectedLanguage.new(
                  language: 'EXAMPLE-language-Value', confidence: 0.25516647
                )
              ],
              words: [
                OCI::AiDocument::Models::Word.new(
                  text: 'EXAMPLE-text-Value',
                  confidence: 0.92364514,
                  bounding_polygon:
                    OCI::AiDocument::Models::BoundingPolygon.new(
                      normalized_vertices: [
                        OCI::AiDocument::Models::NormalizedVertex.new(
                          x: 0.35846663, y: 0.14415377
                        )
                      ]
                    )
                )
              ],
              lines: [
                OCI::AiDocument::Models::Line.new(
                  text: 'EXAMPLE-text-Value',
                  confidence: 0.3102389,
                  bounding_polygon:
                    OCI::AiDocument::Models::BoundingPolygon.new(
                      normalized_vertices: [
                        OCI::AiDocument::Models::NormalizedVertex.new(
                          x: 0.33756095, y: 0.87143975
                        )
                      ]
                    ),
                  word_indexes: [816]
                )
              ],
              tables: [
                OCI::AiDocument::Models::Table.new(
                  row_count: 796,
                  column_count: 313,
                  header_rows: [
                    OCI::AiDocument::Models::TableRow.new(
                      cells: [
                        OCI::AiDocument::Models::Cell.new(
                          text: 'EXAMPLE-text-Value',
                          row_index: 410,
                          column_index: 200,
                          confidence: 0.5175009,
                          bounding_polygon:
                            OCI::AiDocument::Models::BoundingPolygon.new(
                              normalized_vertices: [
                                OCI::AiDocument::Models::NormalizedVertex.new(
                                  x: 0.025230408, y: 0.5133004
                                )
                              ]
                            ),
                          word_indexes: [824]
                        )
                      ]
                    )
                  ],
                  confidence: 0.46066463,
                  bounding_polygon:
                    OCI::AiDocument::Models::BoundingPolygon.new(
                      normalized_vertices: [
                        OCI::AiDocument::Models::NormalizedVertex.new(
                          x: 0.15591615, y: 0.6204174
                        )
                      ]
                    )
                )
              ],
              document_fields: [
                OCI::AiDocument::Models::DocumentField.new(
                  field_type: 'LINE_ITEM_FIELD',
                  field_value:
                    OCI::AiDocument::Models::ValueInteger.new(
                      value_type: 'INTEGER',
                      confidence: 0.7946631,
                      bounding_polygon:
                        OCI::AiDocument::Models::BoundingPolygon.new(
                          normalized_vertices: [
                            OCI::AiDocument::Models::NormalizedVertex.new(
                              x: 0.80660856, y: 0.5243357
                            )
                          ]
                        ),
                      word_indexes: [270],
                      value: 609,
                      text: 'EXAMPLE-text-Value'
                    ),
                  field_label:
                    OCI::AiDocument::Models::FieldLabel.new(
                      name: 'EXAMPLE-name-Value', confidence: 0.8595437
                    ),
                  field_name:
                    OCI::AiDocument::Models::FieldName.new(
                      name: 'EXAMPLE-name-Value',
                      confidence: 0.8941934,
                      bounding_polygon:
                        OCI::AiDocument::Models::BoundingPolygon.new(
                          normalized_vertices: [
                            OCI::AiDocument::Models::NormalizedVertex.new(
                              x: 0.35553354, y: 0.98086536
                            )
                          ]
                        ),
                      word_indexes: [405]
                    )
                )
              ]
            )
          ],
          detected_document_types: [
            OCI::AiDocument::Models::DetectedDocumentType.new(
              document_type: 'EXAMPLE-documentType-Value',
              confidence: 0.18353093,
              document_id: 'ocid1.test.oc1..<unique_ID>EXAMPLE-documentId-Value'
            )
          ],
          detected_languages: [
            OCI::AiDocument::Models::DetectedLanguage.new(
              language: 'EXAMPLE-language-Value', confidence: 0.70237714
            )
          ],
          document_classification_model_version:
            'EXAMPLE-documentClassificationModelVersion-Value',
          language_classification_model_version:
            'EXAMPLE-languageClassificationModelVersion-Value',
          text_extraction_model_version:
            'EXAMPLE-textExtractionModelVersion-Value',
          key_value_extraction_model_version:
            'EXAMPLE-keyValueExtractionModelVersion-Value',
          table_extraction_model_version:
            'EXAMPLE-tableExtractionModelVersion-Value',
          errors: [
            OCI::AiDocument::Models::ProcessingError.new(
              code: 'EXAMPLE-code-Value', message: 'EXAMPLE-message-Value'
            )
          ],
          searchable_pdf: 'O2D2pbeIKI3ForeOZZJd'
        )
    )
  )

# Get the data from response
puts "#{analyze_document_response.data}"