ok not that close

master
Bel LaPointe 2023-02-19 08:51:59 -07:00
parent e92189d06c
commit b0a9e02a57
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def main():
with pdfplumber.open(INPUT) as pdf: with pdfplumber.open(INPUT) as pdf:
for page in pdf.pages[:]: for page in pdf.pages[:]:
for splitpage in v_split(page): for splitpage in v_split(page):
print(splitpage.extract_text()) print(splitpage.extract_text(layout=True))
print("/main") print("/main")
def debug_im(page): def debug_im(page):