HolmesProcessing / Holmes-Totem

Investigation Planner for fast running analysis with predictable execution time. For example, static analysis.
Apache License 2.0
29 stars 18 forks source link

add PDFPARSE service #150

Closed boddumanohar closed 7 years ago

boddumanohar commented 7 years ago

This service is written using the CRITs' pdfinfo_service. https://github.com/crits/crits_services/tree/master/pdfinfo_service

webstergd commented 7 years ago

Thanks boddumanohar. I look fwd to checking this out. Do you mind cleaning up your pull a bit though? Right now it is removing the example config files.

webstergd commented 7 years ago

Made a few quick comments. looks good to far. please make the changes and i will test it out

Ma-Shell commented 7 years ago

The service looks good. I have 3 small points, though:

boddumanohar commented 7 years ago

Now I am using updated version of the python-library. This time it parses the pdf and gives values accordingly.

Ma-Shell commented 7 years ago

Thank you! Looking good now. For larger pdfs it takes a while but that's again due to the library and in my opinion does not prevent this from being merged.