我正在尝试插入一个图像(它需要由java.util.Base64.getDecoder().decode(imageInputString))从字符串转换到pdf文件的某个位置。//open the pdf file and use addImage to insert the image to the specific page at specific position.PDPageContentStream(document, pageNumber);
con
下午好,我在我的项目中有一个问题,这是PDF压缩,过程如下:提取图像从一个PDF Hang OCR压缩股票OCR +合并图像和转换PDF每页结合所有生成的pdf格式与光学字符识别,光学字符识别PDFcon我的原始文件大小为11MB,压缩后为4.2MB。整个过程运行得很完美,但我遇到的问题是OCR过程的速度。我在网上查看,我看到了一种方法来规避该过程,这是获得的原始PDF</