

.. required image embeds for HTML to reference


.. image:: images/icons/icon-pdf.svg
          :width: 0
          :height: 0

.. image:: images/icons/icon-svg.svg
          :width: 0
          :height: 0

.. image:: images/icons/icon-xps.svg
          :width: 0
          :height: 0

.. image:: images/icons/icon-cbz.svg
          :width: 0
          :height: 0

.. image:: images/icons/icon-mobi.svg
          :width: 0
          :height: 0

.. image:: images/icons/icon-epub.svg
          :width: 0
          :height: 0

.. image:: images/icons/icon-image.svg
          :width: 0
          :height: 0

.. image:: images/icons/icon-fb2.svg
          :width: 0
          :height: 0

.. image:: images/icons/icon-txt.svg
          :width: 0
          :height: 0

.. image:: images/icons/icon-docx.svg
          :width: 0
          :height: 0

.. image:: images/icons/icon-pptx.svg
          :width: 0
          :height: 0

.. image:: images/icons/icon-xlsx.svg
          :width: 0
          :height: 0

.. image:: images/icons/icon-hangul.svg
          :width: 0
          :height: 0

.. image:: images/icons/icon-md.svg
          :width: 0
          :height: 0

.. raw:: html


    <style>

        table {
            border-style: hidden;
        }

        #feature-matrix th {
            border: 1px #999 solid;
            padding: 10px 2px;
            background-color: #007aff;
            color: white;
            text-align: center;
        }

        #feature-matrix tr {

        }

        #feature-matrix td {
            border: 1px #999 solid;
            padding: 10px 2px;
            text-align: center;
        }

        #feature-matrix tr td.yes {
            background-color: #83e57c !important;
            color: #000;
        }

        #feature-matrix tr td.yes::before {
            content: "✔︎ ";
        }

        #feature-matrix tr td.no {
            background-color: #e5887c !important;
            color: #000;
        }

        #feature-matrix tr td.no::before {
            content: "✕ ";
        }

        #feature-matrix tr td.limited {
            background-color: #e4c07b !important;
            color: #000;
        }

        #feature-matrix .icon-holder {
            line-height: 40px;
        }

        #feature-matrix .icon {
            text-indent: 45px;
            line-height: 40px;
            width: 100px;
            height: 40px;
        }

        #feature-matrix .icon.pdf {
            background: url("_images/icon-pdf.svg") 0 0 transparent no-repeat;
            background-size: 40px 40px;
        }

        #feature-matrix .icon.xps {
            background: url("_images/icon-xps.svg") 0 0 transparent no-repeat;
            background-size: 40px 40px;
        }

        #feature-matrix .icon.epub {
            background: url("_images/icon-epub.svg") 0 0 transparent no-repeat;
            background-size: 40px 40px;
        }

        #feature-matrix .icon.mobi {
            background: url("_images/icon-mobi.svg") 0 0 transparent no-repeat;
            background-size: 40px 40px;
        }

        #feature-matrix .icon.fb2 {
            background: url("_images/icon-fb2.svg") 0 0 transparent no-repeat;
            background-size: 40px 40px;
        }

        #feature-matrix .icon.cbz {
            background: url("_images/icon-cbz.svg") 0 0 transparent no-repeat;
            background-size: 40px 40px;
        }

        #feature-matrix .icon.svg {
            background: url("_images/icon-svg.svg") 0 0 transparent no-repeat;
            background-size: 40px 40px;
        }

        #feature-matrix .icon.image {
            background: url("_images/icon-image.svg") 0 0 transparent no-repeat;
            background-size: 40px 40px;
        }

        #feature-matrix .icon.txt {
            background: url("_images/icon-txt.svg") 0 0 transparent no-repeat;
            background-size: 40px 40px;
        }

        #feature-matrix .icon.docx {
            background: url("_images/icon-docx.svg") 0 0 transparent no-repeat;
            background-size: 40px 40px;
        }

        #feature-matrix .icon.pptx {
            background: url("_images/icon-pptx.svg") 0 0 transparent no-repeat;
            background-size: 40px 40px;
        }

        #feature-matrix .icon.xlsx {
            background: url("_images/icon-xlsx.svg") 0 0 transparent no-repeat;
            background-size: 40px 40px;
        }

        #feature-matrix .icon.hangul {
            background: url("_images/icon-hangul.svg") 0 0 transparent no-repeat;
            background-size: 40px 40px;
        }

        #feature-matrix .icon.md {
            background: url("_images/icon-md.svg") 0 0 transparent no-repeat;
            background-size: 40px 40px;
        }

    </style>


    <table id="feature-matrix" border="0" cellpadding="0" cellspacing="0">
        <tr>
            <th id="transFM1">Feature</th>
            <th>PyMuPDF</th>
            <th>pikepdf</th>
            <th>PyPDF2</th>
            <th>pdfrw</th>
            <th>pdfplumber / pdfminer</th>
        </tr>


        <tr id="PyMuPDFFileSupport">
            <td><cite id="transFM2">Supports Multiple Document Formats</cite></td>

            <td>
                <span class="icon pdf"><cite>PDF</cite></span>
                <span class="icon xps"><cite>XPS</cite></span>
                <span class="icon epub"><cite>EPUB</cite></span>
                <span class="icon mobi"><cite>MOBI</cite></span>
                <span class="icon fb2"><cite>FB2</cite></span>
                <span class="icon cbz"><cite>CBZ</cite></span>
                <span class="icon svg"><cite>SVG</cite></span>
                <span class="icon txt"><cite>TXT</cite></span>
                <span class="icon md"><cite>MD</cite></span>
                <span class="icon image"><cite id="transFM3">Image</cite></span>
                <hr/>
                <span class="icon docx"><cite>DOCX</cite></span>
                <span class="icon xlsx"><cite>XLSX</cite></span>
                <span class="icon pptx"><cite>PPTX</cite></span>
                <span class="icon hangul"><cite>HWPX</cite></span>
                <span class=""><cite>See <a href="#note">note</a></cite></span>
            </td>
            <td>
                <span class="icon pdf"><cite>PDF</cite></span>
            </td>
            <td>
                <span class="icon pdf"><cite>PDF</cite></span>
            </td>
            <td>
                <span class="icon pdf"><cite>PDF</cite></span>
            </td>
            <td>
                <span class="icon pdf"><cite>PDF</cite></span>
            </td>
        </tr>

        <tr>
            <td><cite id="transFM4">Implementation</cite></td>
            <td><cite>Python</cite> <span id="transFM5">and</span> <cite>C</cite></td>
            <td><cite>Python</cite> <span id="transFM6">and</span> <cite>C++</cite></td>
            <td><cite>Python</cite></td>
            <td><cite>Python</cite></td>
            <td><cite>Python</cite></td>
        </tr>

        <tr>
            <td><cite id="transFM7">Render Document Pages</cite></td>
            <td class="yes" id="transFM8">All document types</td>
            <td class="no" id="transFM9">No rendering</td>
            <td class="no" id="transFM10">No rendering</td>
            <td class="no" id="transFM11">No rendering</td>
            <td class="no" id="transFM11x">No rendering</td>
        </tr>

        <tr>
            <td><cite id="transFM7x">Write Text to PDF Page</cite></td>
            <td class="yes">
                <br/>
                <small>See:
                    <a style="color:black;" href="page.html#Page.insert_htmlbox">Page.insert_htmlbox</a>
                    <br/>or:<br/>
                    <a style="color:black;" href="page.html#Page.insert_textbox ">Page.insert_textbox</a>
                    <br/>or:<br/>
                    <a style="color:black;" href="textwriter.html">TextWriter</a>
                <small>
            </td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
        </tr>

        <tr>
            <td><cite id="transFMSupportsCJK">Supports CJK characters</cite></td>
            <td class="yes"></td>
            <td class="no"></td>
            <td class="yes"></td>
            <td class="no"></td>
            <td class="yes"></td>
        </tr>

        <tr>
            <td><cite id="transFM12">Extract Text</cite></td>
            <td class="yes" id="transFM13">All document types</td>
            <td class="no"></td>
            <td class="yes"><cite>PDF</cite> <span id="transFM14">only</span></td>
            <td class="no"></td>
            <td class="yes"><cite>PDF</cite> <span id="transFM14x">only</span></td>
        </tr>

        <tr>
            <td><cite id="transFMSupportsMarkdown">Extract Text as Markdown (.md)</cite></td>
            <td class="yes" id="transFM13x">All document types</td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
        </tr>

        <tr>
            <td style="padding:20px 0;"><cite id="transFMExtractTables">Extract Tables</cite></td>
            <td class="yes" id="transFM13xx">All document types</td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="yes"><cite>PDF</cite> <span id="transFM14xx">only</span></td>
        </tr>

        <tr>
            <td><cite id="transFM15">Extract Vector Graphics</cite></td>
            <td class="yes" id="transFM16">All document types</td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="limited" id="transFM16x">Limited</td>
        </tr>

        <tr>
            <td><cite id="transFM17">Draw Vector Graphics (PDF)</cite></td>
            <td class="yes"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
        </tr>

        <tr>
            <td><cite id="transFM18">Based on Existing, Mature Library</cite></td>
            <td class="yes"><cite>MuPDF</cite></td>
            <td class="yes"><cite>QPDF</cite></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
        </tr>

        <tr>
            <td><cite id="transFM19">Automatic Repair of Damaged PDFs</cite></td>
            <td class="yes"></td>
            <td class="yes"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
        </tr>

        <tr>
            <td><cite id="transFM20">Encrypted PDFs</cite></td>
            <td class="yes"></td>
            <td class="yes"></td>
            <td class="limited" id="transFM21">Limited</td>
            <td class="no"></td>
            <td class="limited" id="transFM21x">Limited</td>
        </tr>

        <tr>
            <td><cite id="transFM22">Linerarized PDFs</cite></td>
            <td class="yes"></td>
            <td class="yes"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
        </tr>

        <tr>
            <td><cite id="transFM23">Incremental Updates</cite></td>
            <td class="yes"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
        </tr>

        <tr>
            <td><cite id="transFM24">Integrates with Jupyter and IPython Notebooks</cite></td>
            <td class="yes"></td>
            <td class="yes"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="yes"></td>
        </tr>

        <tr>
            <td><cite id="transFM25">Joining / Merging PDF with other Document Types</cite></td>
            <td class="yes" id="transFM26">All document types</td>
            <td class="yes"><cite>PDF</cite> <span id="transFM27">only</span> </td>
            <td class="yes"><cite>PDF</cite> <span id="transFM28">only</span> </td>
            <td class="yes"><cite>PDF</cite> <span id="transFM29">only</span> </td>
            <td class="yes"><cite>PDF</cite> <span id="transFM29x">only</span> </td>
        </tr>

        <tr>
            <td><cite id="transFM30">OCR API for Seamless Integration with Tesseract</cite></td>
            <td class="yes" id="transFM31">All document types</td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
        </tr>

        <tr>
            <td><cite id="transFM32">Integrated Checkpoint / Restart Feature (PDF)</cite></td>
            <td class="yes"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
        </tr>

        <tr>
            <td><cite id="transFM33">PDF Optional Content</cite></td>
            <td class="yes"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
        </tr>

        <tr>
            <td><cite id="transFM34">PDF Embedded Files</cite></td>
            <td class="yes"></td>
            <td class="yes"></td>
            <td class="limited" id="transFM35">Limited</td>
            <td class="no"></td>
            <td class="limited" id="transFM35x">Limited</td>
        </tr>

        <tr>
            <td><cite id="transFM36">PDF Redactions</cite></td>
            <td class="yes"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
        </tr>

        <tr>
            <td><cite id="transFM37">PDF Annotations</cite></td>
            <td class="yes" id="transFM38">Full</td>
            <td class="no"></td>
            <td class="limited" id="transFM39">Limited</td>
            <td class="no"></td>
            <td class="no"></td>
        </tr>

        <tr>
            <td><cite id="transFM40">PDF Form Fields</cite></td>
            <td class="yes" id="transFM41">Create, read, update</td>
            <td class="no"></td>
            <td class="limited" id="transFM42">Limited, no creation</td>
            <td class="no"></td>
            <td class="no"></td>
        </tr>

        <tr>
            <td><cite id="transFM43">PDF Page Labels</cite></td>
            <td class="yes"></td>
            <td class="limited">Read-only</td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
        </tr>

        <tr>
            <td><cite id="transFM44">Support Font Sub-Setting</cite></td>
            <td class="yes"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
            <td class="no"></td>
        </tr>


    </table>

    <script>

        let lang = document.getElementsByTagName('html')[0].getAttribute('lang');

        function getTranslation(str) {
            if (lang == "ja") {
                if (str=="Feature") {
                    return "特徴";
                } else if (str=="Supports Multiple Document Formats") {
                    return "複数の文書形式に対応";
                } else if (str=="Image") {
                    return "画像";
                } else if (str=="Implementation") {
                    return "実装";
                } else if (str=="and") {
                    return "と";
                } else if (str=="Render Document Pages") {
                    return "文書ページの表示";
                } else if (str=="All document types") {
                    return "すべてのドキュメントタイプ";
                } else if (str=="No rendering") {
                    return "レンダリングなし";
                } else if (str=="Extract Text") {
                    return "テキストを抽出する";
                } else if (str=="Write Text to PDF Page") {
                    return "PDF ページにテキストを書き込む";
                } else if (str=="only") {
                    return "のみ";
                } else if (str=="Extract Vector Graphics") {
                    return "ベクターグラフィックスを抽出する";
                } else if (str=="Draw Vector Graphics (PDF)") {
                    return "ベクターグラフィックスを描(PDF)";
                } else if (str=="Based on Existing, Mature Library") {
                    return "既存で成熟したライブラリに基づいています";
                } else if (str=="Automatic Repair of Damaged PDFs") {
                    return "PDFファイルの自動修復";
                } else if (str=="Encrypted PDFs") {
                    return "暗号化されたPDFファイル";
                } else if (str=="Limited") {
                    return "一部対応";
                } else if (str=="Linerarized PDFs") {
                    return "リニアライズされたPDFファイル";
                } else if (str=="Incremental Updates") {
                    return "インクリメンタル更新";
                } else if (str=="Integrates with Jupyter and IPython Notebooks") {
                    return "JupyterおよびIPython Notebooksと統合";
                } else if (str=="Joining / Merging PDF with other Document Types") {
                    return "他のドキュメントタイプとPDFの結合 / マージ";
                } else if (str=="OCR API for Seamless Integration with Tesseract") {
                    return "Tesseractとのシームレスな統合のためのOCR API";
                } else if (str=="Integrated Checkpoint / Restart Feature (PDF)") {
                    return "統合されたチェックポイント / リスタート機能(PDF)";
                } else if (str=="PDF Optional Content") {
                    return "PDF オプションコンテンツ";
                } else if (str=="PDF Embedded Files") {
                    return "PDF 埋め込みファイル";
                } else if (str=="PDF Redactions") {
                    return "PDFの隠蔽";
                } else if (str=="PDF Annotations") {
                    return "PDFの注釈";
                } else if (str=="Full") {
                    return "すべて";
                } else if (str=="PDF Form Fields") {
                    return "PDFフォームフィールド";
                } else if (str=="Create, read, update") {
                    return "作成、読み取り、更新";
                } else if (str=="Limited, no creation") {
                    return "一部対応、作成不可";
                } else if (str=="PDF Page Labels") {
                    return "PDFページラベル";
                } else if (str=="Support Font Sub-Setting") {
                    return "フォントのサブセット化をサポートする";
                } else if (str=="Extract Tables") {
                    return "ページからのテーブルの抽出";
                } else if (str=="Supports CJK characters") {
                    return "CJK 文字をサポートしています";
                } else if (str == "Extract Text as Markdown (.md)") {
                    return "テキストを Markdown (.md) として抽出";
                }




            } else if (lang == "ko") {
                if (str=="Feature") {
                    return "기능";
                } else if (str=="Supports Multiple Document Formats") {
                    return "다중 문서 형식 지원";
                } else if (str=="Image") {
                    return "이미지";
                } else if (str=="Implementation") {
                    return "구현";
                } else if (str=="and") {
                    return "및";
                } else if (str=="Render Document Pages") {
                    return "문서 페이지 렌더링";
                } else if (str=="All document types") {
                    return "모든 문서 유형";
                } else if (str=="No rendering") {
                    return "렌더링 없음";
                } else if (str=="Extract Text") {
                    return "텍스트 추출";
                } else if (str=="Write Text to PDF Page") {
                    return "PDF 페이지에 텍스트 쓰기";
                } else if (str=="only") {
                    return "만";
                } else if (str=="Extract Vector Graphics") {
                    return "벡터 그래픽 추출";
                } else if (str=="Draw Vector Graphics (PDF)") {
                    return "벡터 그래픽 그리기 (PDF)";
                } else if (str=="Based on Existing, Mature Library") {
                    return "기존의 성숙한 라이브러리 기반";
                } else if (str=="Automatic Repair of Damaged PDFs") {
                    return "손상된 PDF 자동 복구";
                } else if (str=="Encrypted PDFs") {
                    return "암호화된 PDF";
                } else if (str=="Limited") {
                    return "제한적";
                } else if (str=="Linerarized PDFs") {
                    return "선형화된 PDF";
                } else if (str=="Incremental Updates") {
                    return "증분 업데이트";
                } else if (str=="Integrates with Jupyter and IPython Notebooks") {
                    return "Jupyter 및 IPython Notebooks 통합";
                } else if (str=="Joining / Merging PDF with other Document Types") {
                    return "다른 문서 유형과 PDF 결합 / 병합";
                } else if (str=="OCR API for Seamless Integration with Tesseract") {
                    return "Tesseract와의 원활한 통합을 위한 OCR API";
                } else if (str=="Integrated Checkpoint / Restart Feature (PDF)") {
                    return "통합 체크포인트 / 재시작 기능 (PDF)";
                } else if (str=="PDF Optional Content") {
                    return "PDF 선택적 콘텐츠";
                } else if (str=="PDF Embedded Files") {
                    return "PDF 임베디드 파일";
                } else if (str=="PDF Redactions") {
                    return "PDF 편집";
                } else if (str=="PDF Annotations") {
                    return "PDF 주석";
                } else if (str=="Full") {
                    return "전체";
                } else if (str=="PDF Form Fields") {
                    return "PDF 양식 필드";
                } else if (str=="Create, read, update") {
                    return "생성, 읽기, 업데이트";
                } else if (str=="Limited, no creation") {
                    return "제한적, 생성 불가";
                } else if (str=="PDF Page Labels") {
                    return "PDF 페이지 레이블";
                } else if (str=="Support Font Sub-Setting") {
                    return "폰트 서브셋 지원";
                } else if (str=="Extract Tables") {
                    return "테이블 추출";
                } else if (str=="Supports CJK characters") {
                    return "CJK 문자 지원";
                } else if (str == "Extract Text as Markdown (.md)") {
                    return "텍스트를 Markdown (.md) 으로 추출";
                }
            }

            return str;
        }

        document.getElementById("transFM1").innerHTML = getTranslation("Feature");
        document.getElementById("transFM2").innerHTML = getTranslation("Supports Multiple Document Formats");
        document.getElementById("transFM3").innerHTML = getTranslation("Image");
        document.getElementById("transFM4").innerHTML = getTranslation("Implementation");
        document.getElementById("transFM5").innerHTML = getTranslation("and");
        document.getElementById("transFM6").innerHTML = getTranslation("and");
        document.getElementById("transFM7").innerHTML = getTranslation("Render Document Pages");
        document.getElementById("transFM7x").innerHTML = getTranslation("Write Text to PDF Page");
        document.getElementById("transFM8").innerHTML = getTranslation("All document types");
        document.getElementById("transFM9").innerHTML = getTranslation("No rendering");
        document.getElementById("transFM10").innerHTML = getTranslation("No rendering");
        document.getElementById("transFM11").innerHTML = getTranslation("No rendering");
        document.getElementById("transFM11x").innerHTML = getTranslation("No rendering");
        document.getElementById("transFM12").innerHTML = getTranslation("Extract Text");
        document.getElementById("transFM13").innerHTML = getTranslation("All document types");
        document.getElementById("transFM13x").innerHTML = getTranslation("All document types");
        document.getElementById("transFM13xx").innerHTML = getTranslation("All document types");
        document.getElementById("transFM14").innerHTML = getTranslation("only");
        document.getElementById("transFM14x").innerHTML = getTranslation("only");
        document.getElementById("transFM14xx").innerHTML = getTranslation("only");
        document.getElementById("transFM15").innerHTML = getTranslation("Extract Vector Graphics");
        document.getElementById("transFM16").innerHTML = getTranslation("All document types");
        document.getElementById("transFM16x").innerHTML = getTranslation("Limited");
        document.getElementById("transFM17").innerHTML = getTranslation("Draw Vector Graphics (PDF)");
        document.getElementById("transFM18").innerHTML = getTranslation("Based on Existing, Mature Library");
        document.getElementById("transFM19").innerHTML = getTranslation("Automatic Repair of Damaged PDFs");
        document.getElementById("transFM20").innerHTML = getTranslation("Encrypted PDFs");
        document.getElementById("transFM21").innerHTML = getTranslation("Limited");
        document.getElementById("transFM21x").innerHTML = getTranslation("Limited");
        document.getElementById("transFM22").innerHTML = getTranslation("Linerarized PDFs");
        document.getElementById("transFM23").innerHTML = getTranslation("Incremental Updates");
        document.getElementById("transFM24").innerHTML = getTranslation("Integrates with Jupyter and IPython Notebooks");
        document.getElementById("transFM25").innerHTML = getTranslation("Joining / Merging PDF with other Document Types");
        document.getElementById("transFM26").innerHTML = getTranslation("All document types");
        document.getElementById("transFM27").innerHTML = getTranslation("only");
        document.getElementById("transFM28").innerHTML = getTranslation("only");
        document.getElementById("transFM29").innerHTML = getTranslation("only");
        document.getElementById("transFM29x").innerHTML = getTranslation("only");
        document.getElementById("transFM30").innerHTML = getTranslation("OCR API for Seamless Integration with Tesseract");
        document.getElementById("transFM31").innerHTML = getTranslation("All document types");
        document.getElementById("transFM32").innerHTML = getTranslation("Integrated Checkpoint / Restart Feature (PDF)");
        document.getElementById("transFM33").innerHTML = getTranslation("PDF Optional Content");
        document.getElementById("transFM34").innerHTML = getTranslation("PDF Embedded Files");
        document.getElementById("transFM35").innerHTML = getTranslation("Limited");
        document.getElementById("transFM35x").innerHTML = getTranslation("Limited");
        document.getElementById("transFM36").innerHTML = getTranslation("PDF Redactions");
        document.getElementById("transFM37").innerHTML = getTranslation("PDF Annotations");
        document.getElementById("transFM38").innerHTML = getTranslation("Full");
        document.getElementById("transFM39").innerHTML = getTranslation("Limited");

        document.getElementById("transFM40").innerHTML = getTranslation("PDF Form Fields");
        document.getElementById("transFM41").innerHTML = getTranslation("Create, read, update");
        document.getElementById("transFM42").innerHTML = getTranslation("Limited, no creation");

        document.getElementById("transFM43").innerHTML = getTranslation("PDF Page Labels");
        document.getElementById("transFM44").innerHTML = getTranslation("Support Font Sub-Setting");


        document.getElementById("transFMSupportsCJK").innerHTML = getTranslation("Supports CJK characters");
        document.getElementById("transFMSupportsMarkdown").innerHTML = getTranslation("Extract Text as Markdown (.md)");
        document.getElementById("transFMExtractTables").innerHTML = getTranslation("Extract Tables");


    </script>


    <br/>

    <div id="note"></div>
