[tesseract-ocr] Re: tesseract character level details

2020-11-23 Thread mit
Hi, Anyone has update on this? Thanks On Monday, November 23, 2020 at 6:31:31 PM UTC+5:30 mit wrote: > I am trying to get character level details of a file using > hocr_char_boxes=1 option. > But the output it generates seems to be overlapping between the c

[tesseract-ocr] tesseract character level details

2020-11-23 Thread mit
I am trying to get character level details of a file using hocr_char_boxes=1 option. But the output it generates seems to be overlapping between the characters. S e e How can two characters have the same starting point(For S:

Re: [tesseract-ocr] building tesseract for online hosting

2020-09-14 Thread mit
--appimage-extract >> >> ./squashfs-root/AppRun --l eng page.jpg - >> >> >> >> Instructions for creating AppImage: >> https://github.com/AlexanderP/tesseract-appimage >> >> >> ср, 9 сент. 2020 г. в 08:57, Mobeen Ali : >> >>&g

Re: [tesseract-ocr] building tesseract for online hosting

2020-09-08 Thread mit
port.so.0 >>> (0x7faa3cd4) >>> libresolv.so.2 => /lib64/libresolv.so.2 (0x7faa3cb29000) >>> libsasl2.so.3 => /usr/lib64/libsasl2.so.3 (0x7faa3c90c000) >>> libkeyutils.so.1 => /usr/lib64/libkeyutils.so.1 >>&g

Re: [tesseract-ocr] building tesseract for online hosting

2020-09-08 Thread mit
The tesseract binary it creates,still needs leptonica files to run , which in essence breaks the core idea of static linking On Tuesday, September 8, 2020 at 12:38:16 PM UTC+5:30 Mobeen Ali wrote: > @mit heres the link to the github page: > > https://github.com/wingedrhino/static-

Re: [tesseract-ocr] building tesseract for online hosting

2020-09-08 Thread mit
psocr/mysite/tesseract-static/bin/tesseract: symbol lookup error: > /home/dpsocr/mysite/tesseract-static/bin/tesseract: undefined symbol: > pixaDisplayTiledInColumns') > > Please help!! > > On Tuesday, September 8, 2020 at 9:42:08 AM UTC+3 Mobeen Ali wrote: > >> @mit did

Re: [tesseract-ocr] building tesseract for online hosting

2020-09-07 Thread mit
I am also looking for it. The process to create static tesseract On Monday, September 7, 2020 at 7:11:47 PM UTC+5:30 Mobeen Ali wrote: > Thanks @zdenop for your response. Is there any 'How To?' for building the > static version of tesseract on macOS or Ubuntu? > > > On Monday, September 7, 2020

[tesseract-ocr] Re: Create a static tesseract

2020-09-01 Thread mit
and its for an ubuntu system,not windows On Tuesday, September 1, 2020 at 1:51:03 PM UTC+5:30 mit wrote: > I want to run tesseract in AWS lambda and for that i want to build a > static tesseract so that I can use it as a portable tool. How do I do that? > Any help will be ap

[tesseract-ocr] Create a static tesseract

2020-09-01 Thread mit
I want to run tesseract in AWS lambda and for that i want to build a static tesseract so that I can use it as a portable tool. How do I do that? Any help will be appreciated. Thanks -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To

Re: [tesseract-ocr] Training for Kurdish in Arabic script

2020-06-14 Thread mit
Thanks Shree On Monday, June 15, 2020 at 6:46:56 AM UTC+5:30, shree wrote: > > See https://github.com/tesseract-ocr/tesstrain/wiki for links regarding > tesseract training for handwriting > > On Sun, Jun 14, 2020, 23:20 mit > wrote: > >> Hi Shree, >> >>

Re: [tesseract-ocr] Re: tesseract on handwritten date

2020-06-14 Thread mit
esseract-to-recognize-handwriting/80387 > > I'd start with the SimpleHTR project that YCombinator user Adamantcheese > linked. > > Cheers, > Andrea > > Am So., 14. Juni 2020 um 19:46 Uhr schrieb mit >: > >> Can someone help please. >> >> O

Re: [tesseract-ocr] Training for Kurdish in Arabic script

2020-06-14 Thread mit
Hi Shree, Can we train tesseract for handwritten date? TIA On Saturday, February 1, 2020 at 5:13:10 PM UTC+5:30, shree wrote: > > https://github.com/impactcentre/ocrevalUAtion > > https://github.com/eddieantonio/ocreval > >

[tesseract-ocr] Re: tesseract on handwritten date

2020-06-14 Thread mit
Can someone help please. On Friday, June 5, 2020 at 10:13:09 PM UTC+5:30, mit wrote: > > Hi, > > Is there any way to OCR handwritten date using Tesseract? > > TIA > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr&q

[tesseract-ocr] tesseract on handwritten date

2020-06-05 Thread mit
Hi, Is there any way to OCR handwritten date using Tesseract? TIA -- 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-ocr+unsubscr...@googlegroups.com.

Re: [tesseract-ocr] What is the working process of doing multiple images OCR using imagelist.txt

2020-04-17 Thread mit
/baseapi.cpp#L1007 > > <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Ftesseract-ocr%2Ftesseract%2Fblob%2Fcdebe13d81e2ad2a83be533886750f5491b25262%2Fsrc%2Fapi%2Fbaseapi.cpp%23L1007=D=1=AFQjCNFhnAqPY20w83WhqrloIst-BOezPA> > > Zdenko > > > pi 17. 4. 2020 o 12:42 mi

[tesseract-ocr] Re: What is the working process of doing multiple images OCR using imagelist.txt

2020-04-17 Thread mit
I am not sure if you got my question, On Friday, April 17, 2020 at 6:52:41 PM UTC+5:30, adamuk73 wrote: > > Running the same test with double the DPI doubles the memory usage. > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe

[tesseract-ocr] Re: What is the working process of doing multiple images OCR using imagelist.txt

2020-04-17 Thread mit
ith 2 GB of RAM > > On Friday, April 17, 2020 at 11:42:25 AM UTC+1, mit wrote: >> >> Hi, >> >> I want to know the internal memory working of tesseract when multiple >> images are defined in a txt file for doing ocr of those. >> Does it loads all the images i

[tesseract-ocr] What is the working process of doing multiple images OCR using imagelist.txt

2020-04-17 Thread mit
Hi, I want to know the internal memory working of tesseract when multiple images are defined in a txt file for doing ocr of those. Does it loads all the images in the RAM and then process it? Or it loads one by one and process it. Thanks -- You received this message because you are

[tesseract-ocr] Re: Page_Seperator

2020-04-11 Thread mit
It includes \n in the output too, and no change in my problem On Saturday, April 11, 2020 at 2:39:36 PM UTC+5:30, Lakshay Saini wrote: > > Hello > > Try page_separator="[*]\n" > > Regards > Lakshay > > -- You received this message because you are subscribed to the Google Groups

[tesseract-ocr] Page_Seperator

2020-04-11 Thread mit
Can anyone help me with page seperator issue. I am trying to ocr multiple images to a txt file and want to put a page seperator after each line. What happens is after the page seperator, the content of the next line also comes along with that. For instance if i use the command tesseract

[tesseract-ocr] Re: how to use tesseract to detect table?

2020-02-26 Thread mit
I am using the below command: tesseract test1.tif test -c textord_tabfind_find_tables=1 -c textord_tablefind_recognize_tables=1 -c textord_dump_table_images=1 -c gapmap_debug=1. Let me know if i am missing anything. Thanks On Wednesday, February 26, 2020 at 3:32:14 PM UTC+5:30, KOLLOL

Re: empty Page

2012-11-12 Thread MiT
leptonica is tool support training? Vào 22:38:58 UTC+7 Thứ hai, ngày 12 tháng mười một năm 2012, zdenop đã viết: On Mon, Nov 12, 2012 at 3:23 PM, Mi Tran nuo...@gmail.com javascript:wrote: What kind of your bmpFile? bmpFile must is *.tif This is not true - it can be any image type