Re: [tesseract-ocr] Hyphenation postprocessing

2023-02-07 Thread Zdenko Podobny
there is a (similar) feature request: https://github.com/tesseract-ocr/tesseract/issues/728 Zdenko po 6. 2. 2023 o 3:57 Lars Aronsson napísal(a): > Is it possible to instruct tesseract for the image: > > Let us build a snow- > man on the lawn. > > to output in txt format: > > Let us bui

[tesseract-ocr] TesserAct implementation help

2023-02-07 Thread Massimo
HI, I would like to make an open source application using Tesseract with xamarin form. I'm new to app development, but I have an idea that I would like to implement using the phone's camera and OCR. The only problem is that I can't find a recent, simple and working example of a Tessercat im

Re: [tesseract-ocr] TesserAct implementation help

2023-02-07 Thread Zdenko Podobny
Please read tesseract documentation https://github.com/tesseract-ocr/tessdoc - there is a simple and working example of a Tesseract implementation. Zdenko ut 7. 2. 2023 o 22:16 Massimo napísal(a): > HI, > > I would like to make an open source application using Tesseract with > xamarin form. >