jerinphilip / ocr-retrain

0 stars 0 forks source link

Convert from webportal format to graves code format #3

Closed jerinphilip closed 7 years ago

jerinphilip commented 7 years ago

Create a function feature_extract:

feature_extract :: (image, bbox_info, word_info) -> [(sequence, target)]

Which can be ran over the annotated pages from the OCR to get it converted into required format for Graves' code.

PS: @Deepayan137, Just added this to keep track of what's ongoing. Comment and close once done.