bhumika-tewari-282006 commited on
Commit
9fbfdd1
·
verified ·
1 Parent(s): 714c3d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -5
README.md CHANGED
@@ -109,8 +109,3 @@ Each engine's run produces per-image records plus a `summary` broken down by `la
109
  - Different Tesseract/EasyOCR versions than the ones the project pinned can shift numbers slightly (a percentage point or two) — this is expected, not a bug.
110
  - If a row errors out instead of producing a number, check that Step 4 actually found the image files (`print(rows[0])` after loading the manifest to sanity-check a resolved path exists with `pathlib.Path(...).exists()`).
111
  - The full setup/troubleshooting guide (for running the whole assistive OCR app, not just this benchmark) is in `docs/SETUP_GUIDE.md` in the main code repository.
112
-
113
- ## Links
114
-
115
- - Main code repository: [Bhumika2006-hue/ocr-wearable-module](https://github.com/Bhumika2006-hue/ocr-wearable-module)
116
- - Source images this benchmark was computed from: [`Arko007/assistive-ocr-data-acquisition`](https://huggingface.co/datasets/Arko007/assistive-ocr-data-acquisition)
 
109
  - Different Tesseract/EasyOCR versions than the ones the project pinned can shift numbers slightly (a percentage point or two) — this is expected, not a bug.
110
  - If a row errors out instead of producing a number, check that Step 4 actually found the image files (`print(rows[0])` after loading the manifest to sanity-check a resolved path exists with `pathlib.Path(...).exists()`).
111
  - The full setup/troubleshooting guide (for running the whole assistive OCR app, not just this benchmark) is in `docs/SETUP_GUIDE.md` in the main code repository.