Re: Question Regarding Removal of PositionWrapper and TextNormalize Classes

2024-05-14 Thread Tilman Hausherr
Hi, I don't know. You should find out what this does in your code, create a test, and find out if / why the test fails when using the 2.0 stripper, and whether copying the source code of that class and use it in your own postprocessing helps. Tilman On 14.05.2024 10:21, Krishna Shankar wrot

Re: Question Regarding Removal of PositionWrapper and TextNormalize Classes

2024-05-14 Thread Krishna Shankar
Hi , Do we have any alternative for TextNormalize. As we are using it in our code for a long and we are upgrading to PdfBox 2.0.30. Thanks, Krishna On Tue, 14 May 2024 at 12:42 PM, Tilman Hausherr wrote: > Hi, > > PositionWrapper is still in the code. However it's private. This and the > remov

Re: Question Regarding Removal of PositionWrapper and TextNormalize Classes

2024-05-14 Thread Tilman Hausherr
Hi, PositionWrapper is still in the code. However it's private. This and the removal of TextNormalize was done 10 years ago in https://issues.apache.org/jira/browse/PDFBOX-2384 before 2.0.0, so you're a bit late. Nobody can tell you what to do because we don't know why you needed it. Tilman

Question Regarding Removal of PositionWrapper and TextNormalize Classes

2024-05-13 Thread Krishna Shankar
Dear Apache PDFBox Users, I hope this email finds you well. I have been using Apache PDFBox for quite long, and I recently noticed that the PositionWrapper and TextNormalize classes were removed after version 2.0.0. I am curious about the rationale behind this decision and would appreciate any i