Skip to content

et extracts text from images with apples on device ML

License

Notifications You must be signed in to change notification settings

josuablejeru/et

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ET

et is a tool what extracts text from pictures and pdfs by the power of on device Machinlearning from Apple. It is build with the UNIX Philosophy in mind so all it ouputs goes to stdout and the program does one thing only... extracting text from images.

Installation

from source

💡 please make sure you have swift installed

clone this repository and run the install.sh script from the project root.

Usage

Here a some examples how you can use et.

print to stdout

$ et <path-to-file>

combined with grep you can search in pictures for accurencies

$ et <path-to-file> | grep "foo"

paste the text from your image to clipboard

$ et <path-to-file> | pbcopy

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

✌️ Get in touch with me

Personal Website Twitter LinkedIn "Buy Me A Coffee"

📝 License

Distributed under the MIT License. See LICENSE for more information.

About

et extracts text from images with apples on device ML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published