https://github.com/nikvoronin/seektextlines
Seek and recognise text blocks in an image and sometimes gaps between.
https://github.com/nikvoronin/seektextlines
csharp dotnet image-processing image-recognition imagesharp ocr ocr-recognition
Last synced: about 11 hours ago
JSON representation
Seek and recognise text blocks in an image and sometimes gaps between.
- Host: GitHub
- URL: https://github.com/nikvoronin/seektextlines
- Owner: nikvoronin
- Created: 2022-01-31T18:53:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T19:30:46.000Z (over 3 years ago)
- Last Synced: 2025-01-16T11:27:06.086Z (9 months ago)
- Topics: csharp, dotnet, image-processing, image-recognition, imagesharp, ocr, ocr-recognition
- Language: C#
- Homepage:
- Size: 2.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seek Text Lines
Seek and recognise text blocks in an image and sometimes gaps between.
## Generated Text
- TextMaxBrightness = 0.5
- BinaryLuminanceThreshold = 0.5f
- ResampledImageWidth = 32
## Scanned Receipts
- TextMaxBrightness = 0.3
- BinaryLuminanceThreshold = 0.3f
- ResampledImageWidth = 32