0
samia
8y

I need some help from a Java developer

Comments
  • 1
    How can we help?
  • 0
    @linux-colonel need a guide
    who explain to me how to modify some things
    because I know only the basics
  • 0
    What kind of things?
  • 0
    ok
    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
  • 0
    @samia you ask for help a lot here
  • 0
    @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
  • 0
    @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.
  • 0
    @rookiemaverick I can't find something on the internet but it's fine
    thanks for the comment
    i'll stop asking 😊
  • 1
    @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.
  • 0
    @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.
  • 0
    @samia where are you from btw?
  • 0
    @Oussama Algeria
  • 0
    @samia Me too actually :p
  • 0
    @Oussama niceπŸ˜ƒ
  • 2
    @samia you can email me on ox.ouss@gmail.com if you want, mostly web guy but I studied some java
  • 0
    @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.
  • 1
    @Oussama ok i will
  • 1
    @onionchi yeah u r right 😊
  • 0
    help 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.
  • 1
    @vivek7 For text extraction in Java i'd use Apache Tika, https://tika.apache.org/
    Really useful, simple, and well-documented
  • 0
    @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.
  • 0
    @vivek7 Hmm, afaik tika can handle various encodings, maybe you can use that instead? Or do you need some specific functionality from pig?
Add Comment