Skip to content

Instantly share code, notes, and snippets.

@tranchausky
Created May 20, 2024 03:45
Show Gist options
  • Save tranchausky/d76b9015248ae998d96d2f94c6e88ad3 to your computer and use it in GitHub Desktop.
Save tranchausky/d76b9015248ae998d96d2f94c6e88ad3 to your computer and use it in GitHub Desktop.
How to extract text from a PSD file?
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