Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 7e72a93

Browse files
committed
Pre-commit fixes
1 parent 2ea8c9b commit 7e72a93

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

camelot/backends/ghostscript_backend.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
class GhostscriptBackend:
42

53
def convert(self, pdf_path, png_path, resolution=300):

camelot/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import numpy as np
99
import pandas as pd
1010

11+
1112
# minimum number of vertical textline intersections for a textedge
1213
# to be considered valid
1314
TEXTEDGE_REQUIRED_ELEMENTS = 4

0 commit comments

Comments
 (0)