Skip to content

Commit e359b15

Browse files
committed
Updates to README.md
1 parent 69ad975 commit e359b15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Folder paths can be specified as standalone Python strings, or within a list. Wi
6969
## Output
7070
difPy returns various types of output that you may use depending on your use case:
7171

72-
### I. Search Result Dictionary
72+
### I. Search Result
7373
A **JSON formatted collection** of duplicates/similar images (i. e. **match groups**) that were found. Each match group has a primary image (the key of the dictionary) which holds the list of its duplicates including their filename and MSE (Mean Squared Error). The lower the MSE, the more similar the primary image and the matched images are. Therefore, an MSE of 0 indicates that two images are exact duplicates.
7474

7575
```python
@@ -84,7 +84,7 @@ search.result
8484
```
8585

8686
### II. Lower Quality Files
87-
A **list** of duplicates/similar images that have the **lowest quality** among match groups:
87+
A **list** of duplicates/similar images that have the **lowest quality** (image resolution) among match groups:
8888

8989
```python
9090
search.lower_quality
@@ -105,7 +105,7 @@ Or **deleted**:
105105
search.delete(silent_del=False)
106106
```
107107

108-
### III. Process Statistics
108+
### III. Search Statistics
109109

110110
A **JSON formatted collection** with statistics on the completed difPy processes:
111111

0 commit comments

Comments
 (0)