Tags: koiralasandesh/identiDoc
Tags
same model, updated to include unclassified docs (IdentiDoc#23) * same model, updated to include unclassified docs * Better grammar... * Just a few things to make sure the front end doesn't suggest we're scanning for signatures on unrecognized documents * No idea why VS Code added that... Co-authored-by: Jonathan Marek <[email protected]> Co-authored-by: Jonathan Marek <[email protected]>
Signature Detection Integrated (IdentiDoc#20) Signature detection is now fully integrated within identiDoc. The production database is being populated as well. This PR represents a complete prototype with all major features (excluding nonrecognized documents) implemented. Co-authored-by: Pawan Khadka <[email protected]>
Integrate Document Classification into identiDoc (IdentiDoc#17) The classification module is now fully integrated into the identiDoc system. identiDoc no longer triggers a download of a txt file of extracted text, now the user is shown a browser alert with the appropriate classification. txt files are no longer accepted by identiDoc - a txt file is not an appropriate format for a document. Co-authored-by: Sandesh Koirala <[email protected]>
Demonstration code completed (IdentiDoc#12) * Update requirements and setup script and rename preprocessing file to keep style consistant * Allow identiDoc services to be imported and add a wrapper function * Finalized demostration * Previous version failed some unit tests * Previous version failed some unit tests * Previous version failed some unit tests * No .heic support this demo. It's too much of a pain * Missed some dependencies