mchalecki / Kruczek-Finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kruczek Finder

Kruczek Finder - logo

About


Kruczek finder is an app that lets You find find loopholes in your contracts, arrangemend, deals and other documents. It basicly finds "all" potential threats for you. Simple!

Just:

  1. Scan a page or take a picture of that document. You can also upload multi-page document from a single pdf file.
  2. Type your email and give a check.

And that's all !

After a few minutes you'll receive a email signaling that work is done and you can review it. You will have a link to your document with marked suspicious fragments. Kruczek Finder - review

This project was created by TmpTeam during hackathon by Polish Ministry of Digital Affairs.

How does It works?

  • Dane Publiczne API is used to search for loopholes. You can select a category and then it checks for every clauses connected (over 8k all of them).
  • Tesseract-ocr is used as a main ocr, to convert image to text.
  • Levenshtein algorithm to check text similarity with clauses.

For devs

Requirements

  • python3.4 or above
  • python3.4-dev or above
  • tesseract-ocr

Running app

Create "secrets.json" file in project base dir (directory where manage.py file is located) This file must contain "SECRET_KEY", so django project would run. Then run manage.py runserver

About

License:Other


Languages

Language:JavaScript 80.0%Language:CSS 9.7%Language:Python 8.1%Language:HTML 1.8%Language:Ruby 0.3%