Closed jerinphilip closed 7 years ago
Create a function feature_extract:
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.
Create a function
feature_extract
: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.