update thumbs
Deploy Website / build (push) Successful in 24s
Details
Deploy Website / build (push) Successful in 24s
Details
This commit is contained in:
parent
b180d59328
commit
e283441608
|
@ -1,19 +1,20 @@
|
||||||
---
|
---
|
||||||
title: "Working on PenParse"
|
date: 2024-12-23 14:04:49+00:00
|
||||||
date: 2024-12-23T14:04:49Z
|
|
||||||
draft: true
|
|
||||||
description: A short update about my handwriting OCR project PenParse (formerly AnnoMemo)
|
description: A short update about my handwriting OCR project PenParse (formerly AnnoMemo)
|
||||||
url: /2024/12/23/penparse-update
|
draft: true
|
||||||
type: posts
|
|
||||||
mp-syndicate-to:
|
mp-syndicate-to:
|
||||||
- https://brid.gy/publish/mastodon
|
- https://brid.gy/publish/mastodon
|
||||||
- https://brid.gy/publish/twitter
|
- https://brid.gy/publish/twitter
|
||||||
|
preview: /social/9918440fba3786be318d76daffc796607384aa6f788e2e6c141f7af4d9b3ff75.png
|
||||||
tags:
|
tags:
|
||||||
- post
|
- post
|
||||||
- annomemo
|
- annomemo
|
||||||
- penparse
|
- penparse
|
||||||
- python
|
- python
|
||||||
- softeng
|
- softeng
|
||||||
|
title: Working on PenParse
|
||||||
|
type: posts
|
||||||
|
url: /2024/12/23/penparse-update
|
||||||
---
|
---
|
||||||
|
|
||||||
I'm currently working on PenParse (initially I called this [AnnoMemo](https://brainsteam.co.uk/2024/11/3/03-annomemo-telegram-bot/) ). It's a system for transcribing photos of handwritten notes into markdown notes and then adding them automatically to a personal knowledge management (PKM) app like [[Obsidian]] or [[Joplin]] or [[Memos]]. In other words it's a [Handwriting Text Recognition](https://en.wikipedia.org/wiki/Handwriting_recognition) (HTR) tool.
|
I'm currently working on PenParse (initially I called this [AnnoMemo](https://brainsteam.co.uk/2024/11/3/03-annomemo-telegram-bot/) ). It's a system for transcribing photos of handwritten notes into markdown notes and then adding them automatically to a personal knowledge management (PKM) app like [[Obsidian]] or [[Joplin]] or [[Memos]]. In other words it's a [Handwriting Text Recognition](https://en.wikipedia.org/wiki/Handwriting_recognition) (HTR) tool.
|
||||||
|
@ -61,4 +62,4 @@ The flow would be:
|
||||||
5. Note + original photo are synced to the PKM app
|
5. Note + original photo are synced to the PKM app
|
||||||
6. User opens PKM app in their smartphone or on their laptop and the note text is visible.
|
6. User opens PKM app in their smartphone or on their laptop and the note text is visible.
|
||||||
|
|
||||||
I am building the project in [my private Forgejo instance](https://git.jamesravey.me/ravenscroftj/PenParse). I'm interested in feedback and comments and if anyone is keen on getting involved, let me know, PRs welcome!
|
I am building the project in [my private Forgejo instance](https://git.jamesravey.me/ravenscroftj/PenParse). I'm interested in feedback and comments and if anyone is keen on getting involved, let me know, PRs welcome!
|
Loading…
Reference in New Issue