Created
May 20, 2024 03:45
-
-
Save tranchausky/d76b9015248ae998d96d2f94c6e88ad3 to your computer and use it in GitHub Desktop.
How to extract text from a PSD file?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install -g psd-cli | |
You can then use it by typing in your terminal | |
psd myfile.psd -t | |
This will create myfile.txt, containing all text extracted from each PSD layer with the layer structure attached. | |
https://nodejs.org/en/ | |
https://www.npmjs.com/package/psd-cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment