Last active
June 20, 2023 04:54
-
-
Save yasuflatland-lf/d9b37a1db2c20e22db0614bd1a5a7e04 to your computer and use it in GitHub Desktop.
PDF File clean up
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
#!/bin/sh -xe | |
cat $1 | tr '\n' ' ' | sed -e "s/■ /\n■ /g" > out.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment