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.
- Host: GitHub
- URL: https://github.com/jiegec/pdftexter
- Owner: jiegec
- Created: 2022-02-20T07:13:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T03:30:49.000Z (over 4 years ago)
- Last Synced: 2025-02-07T09:45:48.370Z (over 1 year ago)
- Topics: ocr, pdf, swift
- Language: Swift
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.