An open API service indexing awesome lists of open source software.

https://github.com/hrishi-3000/constitution-article-matcher

Constitution Article Matcher application that helps users search and match text queries with relevant articles or amendments in a PDF of the Constitution. It uses Python and Tkinter for the GUI, and PyPDF2 for extracting and processing text from the PDF.
https://github.com/hrishi-3000/constitution-article-matcher

coding python tensorflow tkinter-gui

Last synced: about 2 months ago
JSON representation

Constitution Article Matcher application that helps users search and match text queries with relevant articles or amendments in a PDF of the Constitution. It uses Python and Tkinter for the GUI, and PyPDF2 for extracting and processing text from the PDF.

Awesome Lists containing this project

README

          

# Constitution Article Matcher

This project allows users to extract and match text against a Constitution PDF file, providing contextual matches for relevant articles or amendments.

## Features
- PDF text extraction with handling for unreadable content.
- Contextual matching with surrounding lines for relevance.
- Fuzzy matching to improve text-based searches.
- Intuitive GUI built with Tkinter.

## Requirements
Install the dependencies using:
```bash
pip install -r requirements.txt