A MacOS command-line application for extracting text, objects, and faces from image files using Apple Vision and CoreML APIs.
Imagextract requires Mac OS version 13 or greater to access the latest VisionKit APIs.
- Open Terminal
- Run the following
curlcommand:
curl -L https://github.com/kariemoorman/imagextract/raw/main/install.sh | bash- Reload terminal configuration file to incorporate new PATHs:
For ZShell users,
source ~/.zshrcFor Bash users,
source ~/.bashrcimagextract IMAGE_FILE.[png|jpg|jpeg|pdf|tiff]Output: imagextract: Proof of Concept
MIT
Contributions are welcome. Please submit an issue or feel free to fork and contribute a pull request.
Inspired by projects such as Textra by Dylan Freedman and ObjectDetection-CoreML by tucan9389.

