Negative Space: PDFKit
- Create searchable PDFs in Swift
-
This Swift script will take a series of image scans, OCR them, and turn them into a PDF file with a simple table of contents and searchable content—with the original images as the visually readable content.
- Creating searchable PDFs in Ventura
-
My searchablePDF script’s behavior changed strangely after upgrading to Ventura. All of the pages are generated at extremely low quality. This can be fixed by generating a JPEG representation before generating the PDF pages.
More Information
- PDFKit
-
“Display and manipulate PDF documents in your apps.”