Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Crop

An Algorithm and CLI tool that can detect body area of PDF documents and crop margin automatically.

Usage

By CLI Tool

Download latest release executable jar from release page.

By Code

You can easy use smart-crop core functions with Maven. Visit JitPack for the latest package.

Step 1. Add the JitPack repository to your build file

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

Step 2. Add the dependency

<dependency>
    <groupId>com.github.jamespan.pdf-smart-crop</groupId>
    <artifactId>smart-crop-core</artifactId>
    <version>v1.0.1</version>
</dependency>

About

No description, website, or topics provided.

Resources

Stars

56 stars

Watchers

11 watching

Forks

Releases

Packages

Used by

Contributors

Languages