sijeesh / python-tesseract

Automatically exported from code.google.com/p/python-tesseract
0 stars 0 forks source link

api.GetIteration usage differs from original implementation #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using trunk. I wish to iterate through the document by paragraph, and the 
Tesseract GetIteration function expects a single argument: the document "level" 
(word, paragraph, block, etc..) However, python-tesseract does not expect/allow 
any parameters for api.GetIterator, and there are no examples of iteration that 
might explain how to accomplish this.

Additionally, I have searched the sourcecode for "PageIteratorLevel" (the enum 
type for the document levels), "RIL_PARA" (the specific level that I'm 
interested in), as well as "GetIterator" itself, but nothing that I found 
seemed useful.

Original issue reported on code.google.com by myselfasunder@gmail.com on 9 Nov 2013 at 7:54

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The issue being as stated: It allows no parameters. Please reread the bug.

Dustin

Original comment by myselfasunder@gmail.com on 10 Nov 2013 at 3:53

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed

Original comment by FreeT...@gmail.com on 15 May 2014 at 6:23