I am extracting text from PDF using C#. Calling page.Accept(textAbsorber)
causes a memory leak in Aspose.PDF 21.7.0. The severity of the memory leak depends greatly on the specific PDF used. I have prepared a minimal repro that demonstrates the problem.
Minimal reproduction available here to Read PDF File in C# Code
It is a .NET 5 project and I am testing on Windows 10. Let me know if you need help running the project or cannot reproduce the problem.