Python Regex: finding substrings of multiple specific lengths (finding 5 and 6-digit numbers in string)
I am establishing a .pdf data scraper for technical reports.
Original data is mostly in multiple-page .pdf form where useful data is only on the first page.
Python- Regex : finding substrings of multiple specific lenghts ( finding 5 and 6 -digit numbers in string)
I am establishing a .pdf data scraper for technical reports.
Original data is mostly in multiple-page .pdf form where usefull data is only on the first page.