TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ideas to parse the email text in order to grab data from it?

2 pointsby ahmadhamza19over 5 years ago
I'm building a small app which basically reads my emails on gmail and collects data from my bank transaction emails of type purchases, withdrawals and credits. I'm doing it so to put all my transactions at one place. In order to pick data from those emails, i am just splitting the entire text by spaces and collecting data by hardcoding its index in the text. Now that it is working fine , if the template of those emails changes then again i have to change the indexes. I found out that NLP can help in this regard. But i want to know if there are any other ways to do it ?

1 comment

ternaryoperatorover 5 years ago
I&#x27;m pretty sure Apache Tika [0] will do what you need (and lots more).<p>[0] <a href="https:&#x2F;&#x2F;tika.apache.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tika.apache.org&#x2F;</a>
评论 #22100891 未加载