<h2>Copyleaks Python SDK</h2>
<p>
Copyleaks SDK is a simple framework that allows you to scan textual content for plagiarism and trace content distribution online, using the <a href="https://api.copyleaks.com">Copyleaks plagiarism checker cloud</a>.
</p>
<p>
Detect plagiarism using Copyleaks SDK in:  
<ul>
<li>Online content and webpages</li>
<li>Local and cloud files (<a href=https://api.copyleaks.com/GeneralDocumentation/TechnicalSpecifications#supportedfiletypes">see supported files</a>)</li>
<li>Free text</li>
<li>OCR (Optical Character Recognition) - scanning pictures with textual content (<a href="https://api.copyleaks.com/GeneralDocumentation/TechnicalSpecifications#supportedfiletypes">see supported files</a>)</li>
</ul>
</p>
<h3>Installation</h3>
<p>Supported Python version: 3.</p><p>You have two ways to integrate with the Copyleaks SDK:</p>
<ul>
<li><b>Recommended</b> - Use the Python Package Manager - <a href="https://pypi.python.org/pypi/copyleaks">PiPy</a>.
  <br>
  When integrating this way you will automatically be able to update the SDK to its latest version:
<pre>
pip3 install copyleaks
</pre>
</li>
<li>Download the code from this repository and add it to your project.
</ul>
<h3>Register and Get Your API Key</h3>
 <p>To use the Copyleaks SDK you need to have a Copyleaks account. The registration to Copyleaks is free of charge and quick. <a href="https://copyleaks.com/" target="_blank">Sign up</a> and confirm your account to finalize your registration.</p>
 <p>Now, generate your personal API key on your <a href="https://api.copyleaks.com/dashboard/:product" target="_blank">dashboard</a> under 'API Access Credentials'.</p>
 <p>For more information check out our <a href="https://api.copyleaks.com/documentation/v3" target="_blank">API guide</a>.</p>
<h3>Examples</h3>
<p>
  See the <a href="https://github.com/Copyleaks/Python-Plagiarism-Checker/blob/master/example.py">example.py</a> file.
</p>
<h3>Dependencies</h3>
<pre>
pip3 install requests
</pre>
<h3>Read More</h3>
<ul>
<li><a href="https://api.copyleaks.com">API Homepage</a></li>
<li><a href="https://api.copyleaks.com/documentation">API Documentation</a></li>
<li><a href="https://github.com/Copyleaks/plagiarism-report">Plagiarism Report</a></li>
</ul>
