jonathanpalma / react-native-tesseract-ocr

Tesseract OCR wrapper for React Native
MIT License
565 stars 172 forks source link

Can we get tsv format output for finding boundary of text??? #76

Closed VishalMathimaran closed 4 years ago

VishalMathimaran commented 4 years ago

So that we can use ‘tsv’ config file by adding tsv at the end of the command to get the TSV output

jonathanpalma commented 4 years ago

@VishalTennyson please try using recognizeTokens, it will give you bounding and confidence information for each token. Make sure you add level property to the TessOptions object, this will let you specify the Iterator Level (symbol, word, line, paragraph, block)

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.