https://github.com/xbotter/PaddleSharp.KernelMemory
Using PaddleSharp as an OCR engine in kernel memory.
https://github.com/xbotter/PaddleSharp.KernelMemory
Last synced: 16 days ago
JSON representation
Using PaddleSharp as an OCR engine in kernel memory.
- Host: GitHub
- URL: https://github.com/xbotter/PaddleSharp.KernelMemory
- Owner: xbotter
- License: mit
- Created: 2024-01-07T09:39:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T11:29:55.000Z (about 1 year ago)
- Last Synced: 2025-03-29T10:40:05.972Z (21 days ago)
- Language: C#
- Size: 278 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-semantickernel - PaddleSharp.KernelMemory
README
# PaddleSharp.KernelMemory
This project demonstrates how to use PaddleSharpOcr as a custom OCR engine in KernelMemory.
## References
- [PaddleSharp](https://github.com/sdcb/PaddleSharp)
- [KernelMemory](https://github.com/microsoft/kernel-memory)