ryanfb / tesslinesplit

Standalone Tesseract line segmentation
MIT License
6 stars 3 forks source link

tesslinesplit

This is a standalone program for using Tesseract's line segmentation algorithm to split up document images.

Requirements:

Requirements are handled in the Makefile via pkg-config. You may need the -dev versions of the lib packages for these requirements, depending on your system and package manager.

Usage:

Docker usage:

docker run -ti -v $(pwd):/data ryanfb/tesslinesplit tesslinesplit-kraken inputimage.png outputsegmentation.json