Skip to content

Instantly share code, notes, and snippets.

@cneud
Created August 22, 2018 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cneud/b97b4223924feee14838993cb677db5c to your computer and use it in GitHub Desktop.
Save cneud/b97b4223924feee14838993cb677db5c to your computer and use it in GitHub Desktop.
hocr to text conversion on Windows
FOR /R %%G IN (*.hocr) DO java -jar saxon9he.jar -s:"%%G" -xsl:hocr2text.xsl -o:"%%~nG.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment