Created
November 6, 2016 19:46
-
-
Save nigelkerr/debdf8e0b556a9ee0f5715d4dafc8793 to your computer and use it in GitHub Desktop.
fragment of html to add to the head of a hocr file to use the hocr.css and hocr.js here.
This file contains 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
<link rel="stylesheet" type="text/css" href="hocr.css"></link> | |
<script src="https://code.jquery.com/jquery-3.1.1.js"></script> | |
<script src="hocr.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment