remove huey

This commit is contained in:
Nick Sweeting
2025-12-24 23:40:18 -08:00
parent 6c769d831c
commit d95f0dc186
105 changed files with 3635 additions and 1402 deletions

View File

@@ -0,0 +1,5 @@
<!-- PDF embed - full PDF viewer -->
<embed src="{{ output_path }}#toolbar=1&navpanes=1"
type="application/pdf"
class="extractor-embed pdf-embed"
style="width: 100%; height: 100%; min-height: 500px;">

View File

@@ -0,0 +1,5 @@
<!-- PDF fullscreen - full PDF viewer -->
<embed src="{{ output_path }}#toolbar=1&navpanes=1&view=FitH"
type="application/pdf"
class="extractor-fullscreen pdf-fullscreen"
style="width: 100%; height: 100vh;">

View File

@@ -0,0 +1 @@
📄

View File

@@ -0,0 +1,6 @@
<!-- PDF thumbnail - shows first page preview -->
<div class="extractor-thumbnail pdf-thumbnail" style="width: 100%; height: 100px; overflow: hidden; background: #f5f5f5;">
<embed src="{{ output_path }}#toolbar=0&navpanes=0&scrollbar=0&page=1&view=FitH"
type="application/pdf"
style="width: 100%; height: 200px; margin-top: -20px; pointer-events: none;">
</div>