Plagiarism-Checker

(β˜… 278)

A utility to check if a document's contents are plagiarised

  • executeScripts.php
  • index.php
  • LICENSE.md
  • logs.php
  • processFile.php
  • readLogs.php
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/architshukla/Plagiarism-Checker

Downloads the entire project code from GitHub to your computer.

cd Plagiarism-Checker

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • APT (Debian/Ubuntu 계열) Built into Debian/Ubuntu-based Linux distributions.
  • Python 3 Python is required to use pip.
sudo apt-get install python-setuptools

Installs directly from the APT package repository (Debian/Ubuntu-based).

sudo apt-get install poppler-utils

Installs directly from the APT package repository (Debian/Ubuntu-based).

sudo apt-get install catdoc

Installs directly from the APT package repository (Debian/Ubuntu-based).

pip install PIL

Installs the package published on PyPI directly β€” no need to clone the source.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation