text2image --fonts_dir="$unicodefontdir" --text="${linetext}" --strip_unrenderable_words --xsize=2500 --ysize=300 --leading=32 --margin=12 --exposure=0 --font="$fontname" --outputbase="${fontname// /_}.exp0"
tesseract "${fontname// /_}.exp0".tif "${fontname// /_}.exp0" -l "$lang" --psm 13 --dpi 300 lstm.train
Hi please someone help me how to create single-line tif from texts and use them for training my model.--Thanks
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/47c002a2-9a79-431d-8ff5-8acce2e00941%40googlegroups.com.
Read your textfile line by linerun text2image to create box/tif, similar to following.text2image --fonts_dir="$unicodefontdir" --text="${linetext}" --strip_unrenderable_words --xsize=2500 --ysize=300 --leading=32 --margin=12 --exposure=0 --font="$fontname" --outputbase="${fontname// /_}.exp0"run tesseract to create lstmf files , similar to following.tesseract "${fontname// /_}.exp0".tif "${fontname// /_}.exp0" -l "$lang" --psm 13 --dpi 300 lstm.train
On Wed, Jan 8, 2020 at 1:24 AM Ayub Rauf <ayub....@gmail.com> wrote:
Hi please someone help me how to create single-line tif from texts and use them for training my model.--Thanks
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesser...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/47c002a2-9a79-431d-8ff5-8acce2e00941%40googlegroups.com.
Read your textfile line by linerun text2image to create box/tif, similar to following.text2image --fonts_dir="$unicodefontdir" --text="${linetext}" --strip_unrenderable_words --xsize=2500 --ysize=300 --leading=32 --margin=12 --exposure=0 --font="$fontname" --outputbase="${fontname// /_}.exp0"run tesseract to create lstmf files , similar to following.tesseract "${fontname// /_}.exp0".tif "${fontname// /_}.exp0" -l "$lang" --psm 13 --dpi 300 lstm.train
On Wed, Jan 8, 2020 at 1:24 AM Ayub Rauf <ayub....@gmail.com> wrote:
Hi please someone help me how to create single-line tif from texts and use them for training my model.--Thanks
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesser...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/47c002a2-9a79-431d-8ff5-8acce2e00941%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/4f67b2af-b14e-4a9c-848a-af72d3272a1d%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/4f67b2af-b14e-4a9c-848a-af72d3272a1d%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/827b054d-1ac3-49c1-96ca-0159adf0ebc3%40googlegroups.com.