Update to deal with market demand and supply level information#45
Open
deflektor wants to merge 3 commits intoseeebek:masterfrom
Open
Update to deal with market demand and supply level information#45deflektor wants to merge 3 commits intoseeebek:masterfrom
deflektor wants to merge 3 commits intoseeebek:masterfrom
Conversation
added 2 commits
January 17, 2016 01:38
- Translated level data to + * # which is equivalent of High, Med, Low. - Adjusted the ranges where the data should be found. - Removed export restriction, with screenshot older than 2 hours - Added new characters +, * and # as additional learing set - The trainingdata for numbers and letters has been trained for the changed character set
Contributor
There was a problem hiding this comment.
Or just change the detection factor from 2.6 to 4 because of the taller commodity lines?
Author
There was a problem hiding this comment.
Maybe. It is difficult for me to understand, how this would change something.
The main problem I had, was that the columns are defined with areas, but the OCR deals with boxes/words, and does not use the area definition. In the new screenshot the demand/supply number is only some pixels away from the level information. So I was capturing the number and the level in one word.
Changed range, so that also numbers ending with 4 are correctly identified.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sorry, for the mess, but it is now working with the lastest screenshots. Would be great if you could check and provide a working binary for windows ;-)
Thanks