-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing table issue This fixes a remaining issue in 2885: We missed to confirm that the enveloping bboxes of vector graphics are inside the clip rectangle. This is fixed here. Also replaced using the rectangle "intersects()" method by direct Python code - which is 100 times faster. Lastly added a new parameter "add_lines" which adds additional user-defined "virtual" vector graphics. This may help with table, respectively cell identification in cases where we lack real vector graphics.
- Loading branch information
Showing
4 changed files
with
77 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters