Internal error occurred during work of TableAbsorber (Unknown source)

Exception is thrown during tableAbsorber.visit(page). It says “Internal error occurred during work of TableAbsorber”. The code to reproduce:

	void tableAbsorber_UnknownSource() throws IOException {
		var inputStream = new ClassPathResource("pdf/Document_7.pdf").getInputStream();
		Document doc = new Document(inputStream);
		var page = doc.getPages().get_Item(62);
		TableAbsorber tableAbsorber = new TableAbsorber();
		tableAbsorber.visit(page);
	}

Document_7.pdf (1.8 MB)

@valerijaslu

We were able to reproduce the issue in our environment with 22.3 version of the API. Therefore, it has been logged as PDFJAVA-41529 in our issue tracking system. We will further look into its details and keep you posted with the status of its rectification. Please be patient and spare us some time.

We are sorry for the inconvenience.