An open API service indexing awesome lists of open source software.

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.

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

![generated_output](https://user-images.githubusercontent.com/11328666/151856243-f5e5ce90-5f15-4aa9-a907-023aa3b92e27.png)

## Scanned Receipts

- TextMaxBrightness = 0.3
- BinaryLuminanceThreshold = 0.3f
- ResampledImageWidth = 32

![tickets_output](https://user-images.githubusercontent.com/11328666/151857389-0021498b-e158-4592-ab6a-76975a942a2e.jpg)