File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,6 @@ public void OnlyExposedApiIsPublic()
255
255
"UglyToad.PdfPig.Writer.PdfAStandard" ,
256
256
"UglyToad.PdfPig.Writer.PdfDocumentBuilder" ,
257
257
"UglyToad.PdfPig.Writer.PdfMerger" ,
258
- "UglyToad.PdfPig.Writer.PdfTextRemover" ,
259
258
"UglyToad.PdfPig.Writer.PdfWriterType" ,
260
259
"UglyToad.PdfPig.Writer.PdfPageBuilder" ,
261
260
"UglyToad.PdfPig.Writer.TokenWriter" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ namespace UglyToad.PdfPig.Writer
8
8
/// Class to remove text from PDFs, useful as a preprocessing step for Optical Character Recognition (OCR).
9
9
/// Note that this should not be used to redact content from PDFs, this is not a secure or reliable way to redact text.
10
10
/// </summary>
11
- public static class PdfTextRemover
11
+ /// <remarks>
12
+ /// This is being made internal for release of the next major version subject to some refinements.
13
+ /// It can be re-enabled for nightly versions of 0.1.9.
14
+ /// </remarks>
15
+ internal static class PdfTextRemover
12
16
{
13
17
/// <summary>
14
18
/// Return PDF without text as bytes
You can’t perform that action at this time.
0 commit comments