temp hide pdftextremover #538

This commit is contained in:
Eliot Jones 2023-06-05 21:09:41 +01:00
parent 7fe5fc2272
commit 4118ae0df4
2 changed files with 5 additions and 2 deletions

View File

@ -255,7 +255,6 @@
"UglyToad.PdfPig.Writer.PdfAStandard",
"UglyToad.PdfPig.Writer.PdfDocumentBuilder",
"UglyToad.PdfPig.Writer.PdfMerger",
"UglyToad.PdfPig.Writer.PdfTextRemover",
"UglyToad.PdfPig.Writer.PdfWriterType",
"UglyToad.PdfPig.Writer.PdfPageBuilder",
"UglyToad.PdfPig.Writer.TokenWriter",

View File

@ -8,7 +8,11 @@ namespace UglyToad.PdfPig.Writer
/// Class to remove text from PDFs, useful as a preprocessing step for Optical Character Recognition (OCR).
/// Note that this should not be used to redact content from PDFs, this is not a secure or reliable way to redact text.
/// </summary>
public static class PdfTextRemover
/// <remarks>
/// This is being made internal for release of the next major version subject to some refinements.
/// It can be re-enabled for nightly versions of 0.1.9.
/// </remarks>
internal static class PdfTextRemover
{
/// <summary>
/// Return PDF without text as bytes