how can we read the key and value pair from pdf using python , if data present with space

84 Views Asked by At

example file

enter image description here

how to read the key and values if data separated with space?

expecting values like Apartment[1212,331] , City=['',''] or [column name ] [values

0

There are 0 best solutions below