Frh
|
df3d28837d
|
Loosen cells header expansion algorithm
Accept cells if they're at least 50% within the table's bounds.
|
2020-04-22 14:24:47 -07:00 |
Frh
|
0be58de1cb
|
Fix in table diff
|
2020-04-22 14:23:52 -07:00 |
Frh
|
9a82408a9a
|
Prettier plotting, improve gaps calculation
|
2020-04-22 14:08:22 -07:00 |
Frh
|
cd338ff4e2
|
Draw parse constraints for easier debug
* Display regions and areas rectangles
|
2020-04-21 14:24:44 -07:00 |
Frh
|
ad27a11d35
|
Refactor code in plotting
|
2020-04-21 13:57:12 -07:00 |
Frh
|
fb69bd9299
|
Improve hybrid plotting
* plot info passed through debug_info
* display each text edge
|
2020-04-20 16:54:06 -07:00 |
Frh
|
175655d31b
|
Add support for region/area for hybrid
|
2020-04-20 11:20:59 -07:00 |
Frh
|
57c5957bad
|
Interim check-in, test failing and lots of todos
|
2020-04-19 18:26:38 -07:00 |
Frh
|
d0bd1cfd1f
|
More linting
|
2020-04-19 17:35:19 -07:00 |
Frh
|
dec8f2d0eb
|
Try to silence bandit messages on valid asserts
|
2020-04-19 17:17:25 -07:00 |
Frh
|
69c7728867
|
More linting
|
2020-04-19 17:05:33 -07:00 |
Frh
|
89fe090ec4
|
Linting
|
2020-04-19 16:40:14 -07:00 |
Frh
|
e59b3f5efb
|
Fix unit test
|
2020-04-19 16:38:25 -07:00 |
Frh
|
d520a77bb7
|
Initial Hybrid parser, for now identical to Stream
|
2020-04-19 16:27:01 -07:00 |
Frh
|
58823e57e9
|
More refactoring / linting
|
2020-04-19 15:41:45 -07:00 |
Frh
|
d673a3b6e0
|
Fix unit test with plotting
|
2020-04-19 15:07:59 -07:00 |
Frh
|
c27a8026d6
|
More linting, refactor
|
2020-04-19 14:42:18 -07:00 |
Frh
|
50f11867af
|
Lint, refactor
|
2020-04-19 14:30:32 -07:00 |
Frh
|
cff7a9698b
|
Further refactor
Move common parse error stats computation to base parser
Move copy_spanning_text logic to the table
|
2020-04-19 13:28:17 -07:00 |
Frh
|
583868756a
|
Prep work for new hybrid parser introduction
Refactor parsers by moving common code to the base class
Maintain Python 3.5 compatibility by removing f"{}"
|
2020-04-19 11:32:22 -07:00 |
Frh
|
697289e409
|
Refactor base classes and improve plotting
Move common code to base class to reduce duplication
Stream plots display pdf background for better context
|
2020-04-18 23:03:27 -07:00 |
Frh
|
816471e426
|
Fix unit tests, lint, drop Python 2 support
Drop EOL Python 2 support. Resolve unit test discrepancies.
Update unit tests to pass in Travis across all supported Py.
Linting.
|
2020-04-18 17:25:47 -07:00 |
Vinayak Mehta
|
14c3cb49b9
|
Merge pull request #70 from kishvanchee/fix67
[MRG] Add 3.7 version to installation docs
|
2019-10-14 23:50:44 +05:30 |
Kishore Vancheeshwaran
|
a6d32ecddb
|
added 3.7 version to installation docs
|
2019-10-14 12:52:51 +05:30 |
Vinayak Mehta
|
7ecfcad239
|
Update HISTORY.md
|
2019-07-28 21:46:55 +10:00 |
Dimiter Naydenov
|
b2929a9e92
|
Merge pull request #34 from KOLANICH/win_ghostscript_callback_fix
Fixed calling convention of callback functions
|
2019-07-24 13:39:18 +03:00 |
Dimiter Naydenov
|
6d33c7ff1e
|
Merge pull request #32 from KOLANICH/ghostscript_discovery_win
Fixed library discovery on Windows
|
2019-07-24 13:38:51 +03:00 |
KOLANICH
|
5687fbc8b2
|
Fixed calling convention of callback functions
|
2019-07-16 21:08:34 +03:00 |
KOLANICH
|
9e356b1b0a
|
Fixed library discovery on Windows
|
2019-07-16 21:07:23 +03:00 |
Vinayak Mehta
|
f7b94b3e57
|
Add black badge to index.rst
|
2019-07-07 16:15:04 +05:30 |
Vinayak Mehta
|
0efb3ca1b0
|
Update HISTORY.md and bump version
|
2019-07-07 16:07:28 +05:30 |
Vinayak Mehta
|
098f7c6727
|
Merge pull request #26 from camelot-dev/fix-25
[MRG] Update flavor kwargs
|
2019-07-06 23:42:09 +05:30 |
Vinayak Mehta
|
a97b50ef21
|
Update flavor kwargs
|
2019-07-06 22:59:51 +05:30 |
Vinayak Mehta
|
e0e4eeb6d4
|
Rebuild
|
2019-07-06 04:36:16 +05:30 |
Vinayak Mehta
|
b8c55383ea
|
Update docs
|
2019-07-06 04:28:32 +05:30 |
Dimiter Naydenov
|
0f8cda4793
|
Merge pull request #5 from camelot-dev/fix-cli-group-name
[MRG] No need to monkey-patch Click.HelpFormatter
|
2019-07-04 18:26:35 +03:00 |
Dimiter Naydenov
|
e81e818b0e
|
Merge pull request #4 from camelot-dev/fix-strip-text-arg
[MRG] Fixed strip_text argument getting ignored
|
2019-07-04 18:26:11 +03:00 |
Dimiter Naydenov
|
13616c2fb4
|
No need to monkey-patch Click.HelpFormatter
|
2019-07-04 13:13:32 +03:00 |
Dimiter Naydenov
|
240ea6c411
|
Fixed strip_text argument getting ignored
|
2019-07-04 12:12:52 +03:00 |
Vinayak Mehta
|
d5df93635e
|
Merge pull request #3 from camelot-dev/code-style-black-badge
[MRG] Add code style: black badge to README.md
|
2019-07-04 01:10:51 +05:30 |
Dimiter Naydenov
|
245731345c
|
Add code style: black badge to README.md
Now PR #1 got merged, we can wear this proudly :)
|
2019-07-03 21:58:22 +03:00 |
Vinayak Mehta
|
9137df2f6c
|
Merge pull request #1 from camelot-dev/blacken-code
[MRG] Blacken code
|
2019-07-04 00:20:57 +05:30 |
Vinayak Mehta
|
16ddd10644
|
Update image_processing.py
|
2019-07-04 00:06:46 +05:30 |
Vinayak Mehta
|
2115a0e177
|
Blacken code
|
2019-07-03 23:47:42 +05:30 |
Vinayak Mehta
|
27d55d056c
|
Merge pull request #2 from camelot-dev/fix-pytest-dep-warning
[MRG] Fix pytest deprecation warning
|
2019-07-03 23:20:43 +05:30 |
Vinayak Mehta
|
8866eaa3b6
|
Fix pytest deprecation warning
|
2019-07-03 22:07:10 +05:30 |
Vinayak Mehta
|
78d80555d8
|
Update LICENSE and fix travis
|
2019-07-03 20:46:18 +05:30 |
Himanshu Sikaria
|
69767beb7b
|
Update README.md
|
2019-06-30 21:57:10 +05:30 |
Vinayak Mehta
|
de97be23a4
|
Merge pull request #332 from socialcopsdev/fix-312
[MRG] Fix #312
|
2019-05-27 22:49:04 +05:30 |
Vinayak Mehta
|
8d9fdb740e
|
Update HISTORY.md
|
2019-05-27 22:48:45 +05:30 |