Skip to content

Example of image line segmentation for handwritten documents

Notifications You must be signed in to change notification settings

Natural-Computation-Lab/AStarSegmenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A* line segmenter

prepare Environment

You need to have the anaconda environment manager installed on your computer. If so, run the command

conda env create -f environment.yml

and acrivate the environment:

conda activate AstarSegm

Run the example

the file line_segmenter.py allows to perform the line segmentation method. Run it with the command:

python line_segmenter.py

runining the script, the images stored in the folder "input_data\examples" are segemnted. The output of segmentation is saved in a new folder "lines"

About

Example of image line segmentation for handwritten documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages