Compare commits

..

No commits in common. "ef40ca967c0f0f1a09addd984174cca6d690e4b3" and "267aaa23764893d3f25827419f1df18f7d597e4f" have entirely different histories.

View File

@ -39,20 +39,18 @@
<% } %> <% } %>
</div> </div>
</div> </div>
<% if (typeof h.readmeFm(directory).file !== 'undefined') { %> <div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 border shadow-lg" style="max-height:65vh;overflow-y:scroll">
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 border shadow-lg" style="max-height:65vh;overflow-y:scroll"> <div class="col-lg-12 p-3 p-lg-5 pt-lg-3">
<div class="col-lg-12 p-3 p-lg-5 pt-lg-3"> <h2 class="title">OCR Text Scan (approximately)</h1>
<h2 class="title">OCR Text Scan (approximately)</h1> <p>
<p> This text scan may contain automatically generated text as generated using Apache Tika
This text scan may contain automatically generated text as generated using Apache Tika and Tesseract. It may not be correct. No effort has been made to correct any of these scans
and Tesseract. It may not be correct. No effort has been made to correct any of these scans (so far). These OCR scans are also used in the site's Search feature. Please review the
(so far). These OCR scans are also used in the site's Search feature. Please review the <a href="/search-policy" target="_blank">Search Policy</a> for details about the site features.
<a href="/search-policy" target="_blank">Search Policy</a> for details about the site features. </p>
</p> <pre style="white-space:pre-wrap;overflow-wrap:anywhere"><%- h.printReadme(directory) %></pre>
<pre style="white-space:pre-wrap;overflow-wrap:anywhere"><%- h.printReadme(directory) %></pre>
</div>
</div> </div>
<% } %> </div>
<% } %> <% } %>
<ul id="files" class="list-group shadow-lg"> <ul id="files" class="list-group shadow-lg">