Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sam-bonfire/document-processing-using-cognitive-science

Final Year Project of House Of Ivy
https://github.com/sam-bonfire/document-processing-using-cognitive-science

Last synced: 1 day ago
JSON representation

Final Year Project of House Of Ivy

Awesome Lists containing this project

README

        

# Document-Processing-Using-Cognitive-Science

## Prerequisites:
1. Install Zbar:

```bash
sudo apt install libzbar0
```

1. Install Tesseract:

```bash
sudo apt install tesseract-ocr
```

1. Install Python Environment using Pipenv from Pipfile

## Further Developments

A lot of improvements can be done to the project to make it appealing and production ready.
By no means is this a production ready system. Many more improvements are required in the project to make it useable even in a protected environment.

1. The UI can be made a lot better for user experience improvements
1. The user management system is just a make shift login system for demonstration purposes of the way the system can be used