Removal of Ghostscript to use qpdf and tesseract directly (#2338)
* navbar fix multi tool and compress location * release notes and ghostscript removal * cleanups * formatting * update docs * more * more * docs * release bump * Hardening suggestions for Stirling-PDF / ghostscript (#2339) * Protect `readLine()` against DoS * Sanitized user-provided file names in HTTP multipart uploads --------- Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com> --------- Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -868,7 +868,7 @@ ocr.selectText.10=OCR 模式
|
||||
ocr.selectText.11=移除 OCR 後的影像(移除所有影像,只有在轉換步驟中才有用)
|
||||
ocr.selectText.12=渲染類型(進階)
|
||||
ocr.help=請閱讀此文件,了解如何使用其他語言和/或在 Docker 中使用
|
||||
ocr.credit=此服務使用 OCRmyPDF 和 Tesseract 進行 OCR。
|
||||
ocr.credit=此服務使用 qpdf 和 Tesseract 進行 OCR。
|
||||
ocr.submit=使用 OCR 處理 PDF
|
||||
|
||||
|
||||
@@ -892,7 +892,7 @@ fileToPDF.submit=轉換為 PDF
|
||||
#compress
|
||||
compress.title=壓縮
|
||||
compress.header=壓縮 PDF
|
||||
compress.credit=此服務使用 Ghostscript 進行 PDF 壓縮/最佳化。
|
||||
compress.credit=此服務使用 qpdf 進行 PDF 壓縮/最佳化。
|
||||
compress.selectText.1=手動模式 - 從 1 到 4
|
||||
compress.selectText.2=最佳化等級:
|
||||
compress.selectText.3=4(對於含有文字的影像來說結果很糟)
|
||||
@@ -1112,7 +1112,7 @@ changeMetadata.submit=變更
|
||||
#pdfToPDFA
|
||||
pdfToPDFA.title=PDF 轉 PDF/A
|
||||
pdfToPDFA.header=PDF 轉 PDF/A
|
||||
pdfToPDFA.credit=此服務使用 ghostscript 進行 PDF/A 轉換
|
||||
pdfToPDFA.credit=此服務使用 qpdf 進行 PDF/A 轉換
|
||||
pdfToPDFA.submit=轉換
|
||||
pdfToPDFA.tip=目前不支援上傳多個
|
||||
pdfToPDFA.outputFormat=輸出格式
|
||||
|
||||
Reference in New Issue
Block a user