PDFIO.jl icon indicating copy to clipboard operation
PDFIO.jl copied to clipboard

Improve the performance `pdPageExtractText`

Open sambitdash opened this issue 6 years ago • 2 comments

pdPageExtractText API is one the core APIs of PDFIO. However, smaller large number of allocations make it a bit slower. This code needs to be refactored to ensure the text extraction speeds are improved further.

Any inputs, proposals and PRs in this direction will be highly appreciated.

sambitdash avatar Apr 23 '19 11:04 sambitdash

#58 addresses few of the issues.

sambitdash avatar Apr 25 '19 09:04 sambitdash

#105 fixes a few cases.

sambitdash avatar Aug 25 '22 16:08 sambitdash