Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api.GetIteration usage differs from original implementation #50

Closed
GoogleCodeExporter opened this issue Dec 28, 2015 · 7 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

[deleted comment]

3 similar comments
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Fixed

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant