redhuntlabs / Octopii

An AI-powered Personal Identifiable Information (PII) scanner.
https://redhuntlabs.com/blog/octopii-an-opensource-pii-scanner-for-images.html
Other
612 stars 50 forks source link

Fails and crashes when encountering unfamiliar file: zip, .db, etc #29

Open tekmet opened 6 months ago

tekmet commented 6 months ago

The script fails when encountering a file it cannot parse. For instance, a zip file:

Screenshot 2024-01-08 233429

Apologies for the screenshot, working inside a limited VM.

ModuleNotFoundError: No module named 'textract.parsers.zip_parser'

Py traceback includes lines 74, 203.

Thank you.

umair9747 commented 3 weeks ago

Can you try doing a pip3 install textract ?