sleuthkit / autopsy

Autopsy® is a digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensics tools. It can be used by law enforcement, military, and corporate examiners to investigate what happened on a computer. You can even use it to recover photos from your camera's memory card.
http://www.sleuthkit.org/autopsy/
2.41k stars 597 forks source link

OCR #1262

Open franclinbarros opened 9 years ago

franclinbarros commented 9 years ago

We should have an ingest module that does OCR using engines such as Tesseract.

lfcnassif commented 9 years ago

Recently Tika, the library used by autopsy to extract text from files before indexing them, had OCR support added for images and pdf's, using tesseract. Autopsy needs to update tika, embed tesseract and do some configuration to tell tika the tesseract path.

Jokerface commented 9 years ago

This would be a great addition to autopsy. Especially as commercial tools do this and as far as i know no opensource project so far. My company uses a commercial software and autopsy only becouse of the OCR functionality.