Open imagine5am opened 4 years ago
./pageDistanceBasedContourGenerator/extract_lines -i ./data/$FILE.png -p ./data/$FILE.xml -o ./data/contours/$FILE.xml -w 4
./pageDistanceBasedContourGenerator/extract_lines -i ./data/$FILE.png -p ./data/$FILE.xml -o ./data/contours/$FILE.xml -w 4 -g 100
./pageDistanceBasedContourGenerator/extract_lines -i ./data/$FILE.png -p ./data/$FILE.xml -o ./data/contours/$FILE.xml -w 4 -g 200
In the options, I could see this: -g [ --horizontal_padding ] arg (=0) Horizontal padding added to baselines to increase search areas in case of issues with the baseline quality (by default 0)
I assume this used to increase the width of the contour, but it doesn't work. Can you help/check?