This is a small server and web app that leverages the open source transformer based OCR model microsoft/trocr-base-handwritten for optical character recognition from freeform text and photos.
This app is built on candle, poem, svelte and fly.
Try it out at https://ocr.dholtz.com
**Note: the app performance may be impacted by other users since the model is running on a small CPU bound VM.
Note: the model has been trained on single line text and works best with similar input
Using select mode we can can analyze specific sections of handwriting
In a more practical example we can drag in a screenshot.
and now we can select sections of text to run detection on
3 commits
Svelte
61.1%
Rust
24.8%
Makefile
6.3%
CSS
2.9%
Dockerfile
2.0%
JavaScript
1.6%
This is a small server and web app that leverages the open source transformer based OCR model microsoft/trocr-base-handwritten for optical character recognition from freeform text and photos.
This app is built on candle, poem, svelte and fly.
Try it out at https://ocr.dholtz.com
**Note: the app performance may be impacted by other users since the model is running on a small CPU bound VM.
Note: the model has been trained on single line text and works best with similar input
Using select mode we can can analyze specific sections of handwriting
In a more practical example we can drag in a screenshot.
and now we can select sections of text to run detection on
3 commits
Svelte
61.1%
Rust
24.8%
Makefile
6.3%
CSS
2.9%
Dockerfile
2.0%
JavaScript
1.6%