pythonic-accountant
pythonic-accountant copied to clipboard
022 PDF Extract dr cr columns
Hey @danshorstein,
absolutely lovely take on extracting debets and credits from PDF-files.
This is not an issue per se, but rather a question. Is it possible this way to get the row's second last word's x1-coordinate through slicing when updating rows_dict dictionary? Also if it is possible, isn't it also possible to optimize your code if you only had to update rows_dict once with using list slicing[-1] to ge the last word's x1-coordinate?