This week I changed the API we were using to one that reads a PDF document and converts it into an HTML string (HPE Haven OnDemand View Document). I wrote a script to parse the HTML string, extract the relevant data, and ultimately write that information to a text file for the Java algorithm to read and process. The script also removes the private data from the HTML string, replaces it with arbitrary characters and prints it out to the screen. I also integrated the Java program that Sean put together into our UI and wrote a script that calls the Java file and puts the result into a text file. The database was also redesigned to account for tables for encrypted private data, uploaded documents and companies using the application.
This week I changed the API we were using to one that reads a PDF document and converts it into an HTML string (HPE Haven OnDemand View Document). I wrote a script to parse the HTML string, extract the relevant data, and ultimately write that information to a text file for the Java algorithm to read and process. The script also removes the private data from the HTML string, replaces it with arbitrary characters and prints it out to the screen. I also integrated the Java program that Sean put together into our UI and wrote a script that calls the Java file and puts the result into a text file. The database was also redesigned to account for tables for encrypted private data, uploaded documents and companies using the application.