Skip to content

Commit

Permalink
Merge pull request #56 from gnana70/develop
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gnana70 authored Mar 22, 2024
2 parents 2066c02 + b9b391e commit ec84a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ from ocr_tamil.ocr import OCR
image_path = r"test_images\0.jpg" # insert your own image path here
ocr = OCR(detect=True)
texts = ocr.predict(image_path)
print(" ".join(text_list[0]))
print(" ".join(texts))

## OUTPUT : கொடைக்கானல் Kodaikanal

Expand Down

0 comments on commit ec84a40

Please sign in to comment.