An open API service indexing awesome lists of open source software.

https://github.com/jiegec/pdftexter

Create PDF from a list of JPEG images and use OCR for copyable texts.
https://github.com/jiegec/pdftexter

ocr pdf swift

Last synced: over 1 year ago
JSON representation

Create PDF from a list of JPEG images and use OCR for copyable texts.

Awesome Lists containing this project

README

          

# PDFTexter

Create PDF from a list of JPEG images and use OCR for copyable texts.

Usage:

```shell
$ swift run PDFTexter /path/to/jpeg/images PAGE_COUNT OUTPUT_PDF
```

Requires PDFKit and Vision frameworks from macOS.