Hello. Is there a way to extract the vectors without any text? I am trying to get the vector from the attached PDF, and Aspose.PDF always includes text, also it gets some texts as vectors.
Could you please help me?
tes…...List<ImageArtifact> ExtractPageImagesWit(Page page) { var images = new List<ImageArtifact>();...List<ImageArtifact>(); var pageHeightPts = page.Rect.URY; // Fast path: ImagePlacementAbsorb...