Skip to content

Commit e145b2f

Browse files
Addressed PR comments
1 parent a995a0b commit e145b2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/utility-guides/PDFReader.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ This function extracts all NHS numbers from a PDF file by searching for the stri
3434
2. Loops through each page of the PDF.
3535
3. Searches for the string *"NHS No"* on each page.
3636
4. If found, extracts the NHS number, removes any whitespaces, and adds it to a pandas DataFrame (`nhs_no_df`).
37-
5. Returns the DataFrame containing all extracted NHS numbers.
37+
5. If no NHS numbers are found on that page, it goes to the next page.
38+
6. Returns the DataFrame containing all extracted NHS numbers.
3839

3940
#### Example Usage
4041

0 commit comments

Comments
 (0)