jacobmp/multi-line-OCR-handwritten
0
Update README.md
Create README.md
remove redundant torch.cat()
Fix using only generated_text[0]
added debug prints
Fix torch import error
Do recognition and decoding in batch to speedup
pass ocr output through LLM for spell and grammar correction
Added progress bar
typo in app.py
Fix missing bracket in app.py
Update app.py
Create requirements.txt
core code added
Create app.py
initial commit
