Png Image show yellow region after converting to searchable PDF

Hi Team,

The attached 7zip file has an png file in it. When we ran it through below code. It generated the attached pdf file.
Issue : After conversion of png images to searchable pdf, I see some yellow patch region in rectangle shapes which is not in the orginal image.

I wanted to use DetectAreasMode as Combine since we are expecting png images with some text it. It works perfect with DetectAreasMode as NONE. But it fails with COMBINE or PHOTO. Can you please look into it.

Code:

List recognitionResult = new();

		RecognitionSettings drsSinglePage = new()
		{
			AllowedCharacters = CharactersAllowedType.ALL,
			Language = Language.Eng,
			IgnoredCharacters = "",
			LinesFiltration = false,
			UpscaleSmallFont = true,
			DetectAreasMode = DetectAreasMode.COMBINE,
			AutoSkew = false,
			ThreadsCount = 0,
		};
		
	try
		{
			using (MemoryStream filestream = new(objectValetServices.GetBytes(oCRReceptorOutput)))
			{
				OcrInput GeneralImages = new(InputType.SingleImage)
				{
					filestream
				};

				recognitionResult.Add(asposeBaseOcrApi.Recognize(GeneralImages, drsSinglePage).FirstOrDefault());

				filestream.Close();
			}
		}

FileSave
AsposeOcr.SaveMultipageDocument(PdfToSearchablePdfStream, SaveFormat.Pdf, recognitionResult);

2MB.7z (2.6 MB)

2mb_rendered1.pdf (3.5 MB)

@Gpatil

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): OCRNET-758

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Hi @asad.ali , Tentatively when can we get this issue resolved

@Gpatil

The ticket is under the phase of the investigation and we could not complete the analysis yet. Therefore, we are afraid that we are not in a position to share some reliable ETA. However, we have recorded your concerns and will surely inform you as soon as we have some updates in this regard. We apologize for the inconvenience.

Hi @asad.ali ,

When can we expect this fix to be available to us. This seems to be resolved :slight_smile:

@Gpatil

The issue has been fixed in 24.1 version which will be release next week (probably on 15/01/2024 or later).