Skip to content

Commit

Permalink
Glitch Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sayshark75 committed Jan 22, 2023
1 parent 201d9d1 commit 02b7a28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ You can check out [the Next.js GitHub repository](https://github.com/vercel/next

## Tesseract OCR Api

# Used to Convert Image to Text using Optical Character Recognition
### Used to Convert Image to Text using Optical Character Recognition

## Building Ajenda ?

# To Create a Sudoku Solver using Image Optical CHaracter recognition
### To Create a Sudoku Solver using Image Optical Character Recognition

- Important Things to remember

Expand All @@ -47,4 +47,4 @@ await worker.setParameters({
});
```

# Helps to Find Only Numbers
### Helps to Find Only Numbers
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"tesseract.js": "^2.1.1",
"typescript": "4.9.4",
"vercel": "^28.13.0"
}
},
"homepage": "."
}

0 comments on commit 02b7a28

Please sign in to comment.