Skip to content

Instantly share code, notes, and snippets.

@diegodlh
diegodlh / hocr-printspace
Created September 3, 2016 16:02 — forked from zuphilip/hocr-printspace
hocr-tools extension finding the print space of a page w/o margin notes
#!/usr/bin/env python
# Find the print space of a page, without margin notes
import sys,os,string,re
from lxml import html
import argparse
from PIL import Image, ImageDraw
def get_prop(node,name):