You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mycroft is a Offline File Analyzer and Metadata Scraper. Other than extracting metadata from a certain types of files it also a file analyzer which gives you extra information such as hashes,checksums and other file details.
After executing the program a simple query example is the following
/home/test/Desktop/example.pdf
In case that an input folder is not specified the input folder will be the folder Files inside Mycroft folder with only the filename the program will extract only the metadata of the inserted file
Operating Sytstems:
Platform
Tested
Linux
✅
Mac-Os
❌
Windows
❌
Optional Commands:
Option name
Description
Query Example
--internal
Scan files from 'Files' internal folder
test.docx --internal
--output
Insert path to a custom output folder
--output /home/test/Desktop
--ext_d
List Files of an external directory
list --ext_d /home/test/Desktop
--folder_name
Change the name of the output directory
--folder_name Test
--advanced
Extract advanced information from metadata
test.docx --advanced
--text
Extract file text-content from document
test.docx --text
--search
Search for a specific keyword in the document
test.docx --text --search Test
--verbose
Disable screen output
test.docx --verbose
--noOutput
Disable file output
test.docx --noOutput
--extraction
Extract media from documents or files from archives