Pratheesh Prakash

Results 3 issues of Pratheesh Prakash

Made some minor changes to the code – mostly making some parts of the code more Pythonic and readable – while trying to understand the implementation of Camelot. Great piece...

CHANGES ======== utils.py - Fix import-error from pdfminer - Add type-annotations - Code optimisations random_string(), remove_extra(), text_strip(), compute_whitespace() - Improve code-readability. - Add more unit-test cases. @vinayak-mehta @bosd: All tests...

The current test coverage configurations could be improved for more meaningful insights. Integration tests, such as `test_cli`, often inflate coverage metrics by traversing code without thoroughly testing individual components. While...