-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: Updates 404 page with minimal, search only header.
- Loading branch information
1 parent
d92ff71
commit 6147a54
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.. meta:: | ||
:author: Artifex | ||
:description: PyMuPDF is a high-performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents. | ||
:keywords: PDF Text Extraction, PDF Image Extraction, PDF Conversion, PDF Tables, PDF Splitting, PDF Creation, Pyodide, PyScript | ||
|
||
|
||
.. raw:: html | ||
|
||
|
||
<div style="display:flex;justify-content:space-between;align-items: center;"> | ||
<form class="sidebar-search-container top" method="get" action="search.html" role="search" style="width:100%"> | ||
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search"> | ||
<input type="hidden" name="check_keywords" value="yes"> | ||
<input type="hidden" name="area" value="default"> | ||
</form> | ||
</div> | ||
|
||
|