Skip to content

v5.1.0

Latest

Choose a tag to compare

@rami-amasha-copyleaks rami-amasha-copyleaks released this 30 Sep 11:46
0a3956f

What's New:

  • Added Support for AI Image Detection API: Seamlessly integrate the powerful Copyleaks AI Image Detection service into your applications.

  • New Models Introduced: To support this functionality, the following new models have been added, providing a clear structure for requests and responses:

    Response Models (copyleaks\models\ImageDetection\Responses):

    • CopyleaksImageShapeModel.py
    • CopyleaksImageMetadataModel.py
    • CopyleaksAiImageDetectionSummaryModel.py
    • CopyleaksAiImageDetectionScannedDocumentModel.py
    • CopyleaksAiImageDetectionResultModel.py
    • CopyleaksAiImageDetectionResponseModel.py
    • CopyleaksAiImageDetectionImageInfoModel.py

    Request Models (copyleaks\models\ImageDetection\Requests):

    • CopyleaksAiImageDetectionRequestModel.py

How to Use:

Getting started with AI Image Detection is straightforward:

  • Example Usage: Explore the new example_function\ai_image_detection_example.py for a practical demonstration of how to initiate an AI image detection scan and interpret the results.
  • Updated Documentation: The README.md file has been updated with a dedicated section and example for AI Image Detection, making it easier to integrate into your projects.