Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: looking for sample py to read from txt file into XML using lxml import etree
Post: looking for sample py to read from txt file into X...

looking for sample py to read from txt file into XML using lxml import etree, i am re-posting as my question was clear in my previous post. Please help me
venkat18 General Coding Help 3 2,993 Jun-02-2019, 04:34 AM
    Thread: looking for sample py to read from txt file into XML using lxml import etree
Post: RE: sample py to read from txt file into XML using...

i am looking for help to achieve above sample is not working
venkat18 General Coding Help 3 2,993 Jun-02-2019, 04:21 AM
    Thread: looking for sample py to read from txt file into XML using lxml import etree
Post: looking for sample py to read from txt file into X...

sample py to read from txt file into XML using lxml import etree code is below from lxml import etree import csv root = etree.Element('data') rdr = open('input1.txt','rb') header = next(rdr) for row ...
venkat18 General Coding Help 3 2,993 Jun-01-2019, 04:37 PM
    Thread: write image into string format into text file
Post: RE: write image into string format into text file

Thank you! It helped. I was having "print" even though i am writing file.
venkat18 General Coding Help 2 4,399 Jun-01-2019, 06:46 AM
    Thread: write image into string format into text file
Post: write image into string format into text file

To write image file into text format using pytesseract.image_to_string, I am using below code. It is only writing last lne of the image into out file, instead of entire data. try: from PIL impor...
venkat18 General Coding Help 2 4,399 Jun-01-2019, 06:18 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020