Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
samia668y@linux-colonel need a guide
who explain to me how to modify some things
because I know only the basics -
samia668yok
I'm working on a project
to simulate a university bar
I want to change the architecture of the bar into a new one
it's rectangle
the one I need is different -
samia668y@rookiemaverick is that wrong?
I'll stop if it is
anyone is welcome if i could help'em at anything
so I thought that there is nothing wrong with that -
@samia I dont wanna get into right and wrong, may be you will like to have look at the votes which your similar rants received. may be try a deep search in google.
-
samia668y@rookiemaverick I can't find something on the internet but it's fine
thanks for the comment
i'll stop asking π -
@samia sorry I didnt meant to be rude. keep on asking, I dont have issues. platform is for everyone and the community is very friendly.
-
@samia sorry I didnt meant to be rude. keep on asking, I dont have issues. platform is for everyone and the community is very friendly.
-
Gostwow3388y@samia you can email me on ox.ouss@gmail.com if you want, mostly web guy but I studied some java
-
onionchi488y@samia also if possible explain your situation in your original post, that way people can answer your question faster as they won't have to spend time asking what your problem is.
-
vivek78248yhelp me too
i need to convert a pdf encoding into UTF format and parse to extract text from it in Java.
btw its req for my hadoop project. -
@vivek7 For text extraction in Java i'd use Apache Tika, https://tika.apache.org/
Really useful, simple, and well-documented -
vivek78248y@LucaScorpion its not about only the text extraction. I use apache pig pig.apache.org
pig uses UTF8 encoding and accepts data only in utf8.so the problem is pdf has diff encoding that cant be read by pig.
so i need to write a java function tht convert any encoding to UTF8 and then data extraction wont be a problm as pig has functions for it. -
@vivek7 Hmm, afaik tika can handle various encodings, maybe you can use that instead? Or do you need some specific functionality from pig?
I need some help from a Java developer
undefined