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

https://github.com/dev1an/imageextractor

A macOS utility to extract images from PDFs
https://github.com/dev1an/imageextractor

Last synced: over 1 year ago
JSON representation

A macOS utility to extract images from PDFs

Awesome Lists containing this project

README

          

# ImageExtractor

A pure swift library to extract images from PDFs on macOS and iOS.

Only uses system libraries (PDFKit) and no other third party dependencies.

## Swift usage

Add this package to the dependencies in your `Package.swift` file.
```swift
.package(url: "https://github.com/Dev1an/ImageExtractor", from: .branch("main")),
```

## Command line usage

A minimal command line tool is also included in the source code. Note that command line tool does have dependencies ;)

Here is how to use it using [mint](https://github.com/yonaskolb/Mint)
```sh
mint run Dev1an/ImageExtractor@main
```