Louis Rädisch commited on
Commit
ace8e32
1 Parent(s): 142e236

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -30,11 +30,9 @@ Dataset size: 79.742.558 Bytes = 637.940.464 Bits
30
  ## Dataset Utility
31
  The AlphaNum dataset caters to a variety of use cases including text recognition, document processing, and machine learning tasks. It is particularly instrumental in the development, fine-tuning, and enhancement of OCR models.
32
 
33
- ## Null Category Image Generation
34
  The 'null' category comprises images generated by injecting noise to mimic randomly distributed light pixels. The creation of these images is accomplished through the following Python script:
35
 
36
- ![noisy Image](146.jpg)
37
-
38
  ```python
39
  import os
40
  import numpy as np
 
30
  ## Dataset Utility
31
  The AlphaNum dataset caters to a variety of use cases including text recognition, document processing, and machine learning tasks. It is particularly instrumental in the development, fine-tuning, and enhancement of OCR models.
32
 
33
+ ## Null Category Image Generation ![noisy Image](146.jpg)
34
  The 'null' category comprises images generated by injecting noise to mimic randomly distributed light pixels. The creation of these images is accomplished through the following Python script:
35
 
 
 
36
  ```python
37
  import os
38
  import numpy as np