Submitted by cm_34978 t3_100rbhp in MachineLearning
lopnax t1_j2jt94g wrote
Did you try using PyMuPDF? Maybe you could discard the parts using some RegEx. https://pymupdf.readthedocs.io/en/latest/index.html
Also you you can crop the page to only get certain square with PyPDF2 and extract the text. https://pypdf2.readthedocs.io/en/stable/user/cropping-and-transforming.html
Viewing a single comment thread. View all comments