Skip to content

Commit 362a595

Browse files
committed
Addressing comments
1 parent e1de92e commit 362a595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/utility-guides/BatchProcessing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ It is in charge of pressing on the following button: **Prepare Batch**, **Retrie
9999
- `link_text`:
100100
- Type: `str`
101101
- This is the batch ID of the batch currently being processed
102-
102+
103103
#### Optional Arguments
104104

105105
- `get_subjects_from_pdf`:
@@ -111,7 +111,7 @@ It is in charge of pressing on the following button: **Prepare Batch**, **Retrie
111111
1. It starts off by clicking on the **Prepare Batch** button.
112112
2. After this it waits for the button to turn into **Re-Prepare Batch**. Once this happens it means that the batch is ready to be printed.
113113
3. Now It clicks on each **Retrieve** button visible.
114-
1. If `get_subjects_from_pdf` was set to True and the file is a **.pdf**, then it calls `extract_nhs_no_from_pdf`, which is imported from *utils/pdf_reader*, to get the subjects from the pdf and stores them as a pandas DataFrame - **nhs_no_df**
114+
1. If `get_subjects_from_pdf` was set to True and the file is a **.pdf**, then it calls `extract_nhs_no_from_pdf`, which is imported from *utils/pdf_reader*, to get the subjects from the PDF and stores them as a pandas DataFrame - **nhs_no_df**
115115
2. For more Info on `extract_nhs_no_from_pdf` please look at: [`PDFReader`](PDFReader.md)
116116
3. After a file is downloaded, it gets deleted.
117117
4. Then it clicks on each **Confirm Printed** button ensuring to handle the dialog that appears.

0 commit comments

Comments
 (0)