BlueWaveTechnologies / BlueWave

Web application used to create charts and dashboards using a graph database
MIT License
5 stars 3 forks source link

Document Similarity Chart #186

Closed pborissow closed 2 years ago

pborissow commented 2 years ago

Allow users to drag and drop PDFs into explorer and generate a similarity report

Task will involve uploading the PDFs to a directory and running a python script on the back end for the report. Here's the script: https://github.com/Azimuth1/CDRH_analysis/blob/develop/explore/exploreMisc/compare_pdfs/py/compare_number_distrib.py

And here's a script to generate a thumbnail of an page in a PDF document: https://github.com/Azimuth1/CDRH_analysis/blob/develop/explore/exploreMisc/compare_pdfs/py/pdf_to_img.py

Suggested icon: "fas fa-not-equal"