Re: Extract Tabular Data from PDF Images using Hugging Face Table Transformer Programming Computer Science by Harini sri Hi, Thank you so much for the above code. Its giving better results compared to other libraries. I have few questions. In some tables, I have common column name for three columns and further I have sub columns like below.... in these cases the tables are not getting extracted properly...Do you have any suggestions for handling such cases? Also … Re: DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa It indeed seems to be working. The interface is all done in the browser, on your localhost, 127.0.0.1:43905/?__theme=dark, and I stripped it down to just the message box. Just have to gather more data, and it seems good. Took ~50 minutes to get installed. The dataset can be a simple text file with a space between each topic thread. Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner I just discovered some new information on why the online submission pages weren't sending as during some testing I discovered there was a way for the submitted info to be sent. Here it is. I have online submission pages on 4 websites: RadiantNewHorizonHomes.com, RTO-USA.net, SubterraneanSoundStudio.com and RebHellionRecords.com. Each of these 4 … Re: How Build Html form ? Programming Web Development by Dani I'm not exactly understanding your question. I see you have an HTML form here in this HTML code. What is not working about it? You need to specify the action="#" to be a URL that will process the form. Extract Tabular Data from PDF Images using Hugging Face Table Transformer Programming Computer Science by usmanmalik57 In a previous article, I explained [how to extract tabular data from PDF image documents using Multimodal Google Gemini Pro](https://www.daniweb.com/programming/computer-science/tutorials/541449/pdf-image-table-extractor-web-app-with-google-gemini-pro-and-streamlit#post2296083). However, there are a couple of disadvantages with Google Gemini Pro. … How Build Html form ? Programming Web Development by Kirubel_2 <!DOCTYPE html> <html style="font-size: 16px;" lang="en"><head> <title>Comment</title> <script src="js/jquery.js"></script> <link rel="stylesheet" href="sign.css"> </head> <body … How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by A_957 The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation exception that occurred within my application. This type of error apparently usually points to a problem where the code attempted to write to a protected … How Build video-player in html And css ? Programming by Kirubel_2 <head><title>navigation</title> <link rel="stylesheet" href="../css/nav.css"> <link rel="stylesheet" href="../css/tutorial.css"> <link rel="stylesheet" href="../css/vedio.css"> <link rel="stylesheet" href="… Re: Applying PySide's QAbstractTableModel Programming Software Development by Mark_94 Even although this topic is 11 years old (in 2024), it's still very helpfulby showing how to properly program in Python3. I've readily translated it to PySide6 and it works fine except for one tiny prob: sorting the MP column with "TypeError: '<' not supported between instances of 'str' and 'float'". I'm not sure how to fix it. Re: Learning about AI Community Center by Reverend Jim >SEO hasn't been about gaming the system for nearly 15 years now Then you may find [this](https://techcrunch.com/2024/03/05/google-takes-aim-at-seo-optimized-junk-pages-and-spam-with-new-search-update/) interesting. Also [this](https://arstechnica.com/gadgets/2024/03/google-wants-to-close-pandoras-box-fight-ai-powered-search-spam/). Re: How NOT to do business online Digital Media Digital Marketing by Dani Not that it is an excuse, but I would like to offer up an explanation, if I may. You can [see here](https://www.daniweb.com/programming/web-development/threads/541688/airtm-api-how-to-build-a-form) that only 4 days ago, FarrisFahad had a button to pay by Paypal on his website, and wants to convert it into utilizing a payment API (e.g. something … Re: How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by rproffitt Python shouldn't create such an error. Reference https://www.reddit.com/r/learnpython/comments/kv83hc/error_code_exception_access_violation_writing_0x0/ I can't duplicate your issue but if this was mine I'd place a logging command in my python script at each step so I could nail down which line of code threw the error. Tutorial on that at … Re: How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by Dani I don't have any python experience, sadly, but I am super awesome at jQuery. Once you solve this server-side problem at hand, if you find yourself with the jQ side of things not working, please don't hesitate to post. Re: How Build video-player in html And css ? Programming by Kirubel_2 body{ /* background: url(../img/w11.png); */ background: url(../img/m.jpg); background-size: cover; background-repeat: no-repeat; margin: 0; padding: 0; height: 101vh; overflow-y: hidden; } .container button{ background: transparent; … box on a page Digital Media UI / UX Design by rizla777 Hi I'm not sure how to go about this but im trying to place a box on a page similar to this box that im typing in right now however it needs to look something like this: ID |First Name |LastName |Address 1 Some Guy 12 somewhereville It will be populated by customer data when the person clicks a … Box Blur Theory Programming Software Development by sirlink99 Hello Everyone! I am wondering about the thory behind the box blur. I have an assignment, and I wrote a program implementing the box blur the way it was described in my assignment which is "When centered on a pixel, its values are multiplied with each corresponding surrounding pixel values, and then divided by the sum of the matrix values&… MP 2 Software Community Center by djm123 I am not sure if any of you know this system but lets give it a try...I use the software at work. In it the TITLES have USER DEFINED fields listed, I want to collapse these fields very similiar to in Excell, where you just drag & or right click. While MP 2 is similar, I cannot see anywhere to collapse or delete these fields. Can anyone … Re: Box program Programming Software Development by bravo659 [quote] Hi I have tried to figure the box program but now I get nothing but the length, width and height.. [/quote] [CODE] /** The Box class with three constructors */ public class box{ // three class variables private int length; private int width; private int height; //one arg constructor should take one … Re: Box program Programming Software Development by vchandra try to understand below code and revert in case of any confusion.. m sure u will have some confusions [CODE]class box{ // three class variables… Box never color Programming Software Development by beshoyatef Here i mad panel and i put two Boxes in it , then i tried to make a background color for box by useing ([B]background(color.blue)[/B] method) but it never has the color . Then i try to resize its height by useing [B]Box.createRigidArea(new Dimension(10, 50))[/B] but the titleBoard take all the fram why this? my code --------------- [… Box program Programming Software Development by bravo659 [quote] I am working on a homework asisgnment from school and need some help. I am stuck on coding to set a private field to my Box class with three constructors.. It's kind of confusing when dealing with more than one constructor. The following is the code for the box class progam. Can any one assist me. Please follow the comments Thanks! //two … Re: Box program Programming Software Development by vchandra where is the confusion, 2nd and 3rd constructors will work like 1st one only. Whatever arguments you are passing in constructors that you can set to length/width/height. for ex for the second constructor: public Box(int l, int w) { length = l; width =w; height=0; } and setters and getters will not have any … Re: Box Float Digital Media UI / UX Design by zobadof I made the decision yesterday. Okay. If you're willing to help, there is a black box. That is the slider with no images in at the moment. The two images next to the box with "Test" in it are the images and others that will go in the slider. To replace the images the intention is to have a box either side of the slider underneath of the … Box keeps popping up in outlook? Hardware and Software Microsoft Windows by ingeborgdot@yah My sister in law emailed me and said this "i am in outlook and i keep getting that blasted box popping up it says pop/suddenlink.net [email]xxxxxxx@suddenlink.net[/email] ********** and wants me to do something ...... ahhhhhh it is going on for 3 days now! " She also said this because I asked her is there was anything … Re: Box keeps popping up in outlook? Hardware and Software Microsoft Windows by Kraai Is her email address @suddenlink.net? If so, the box asking for username and/or password pops up, beacause her email server might be down or her account suspended, as outlook cannot connect to it. She must contact the email service provider to find out what/why is wrong with her email account. If her email address is not @suddenlink.net, she must… Box Float Digital Media UI / UX Design by zobadof Hello, I am designing a new website, but have had a few issues. Most of which get resolved instantly because of DaniWeb's great members! The next issue is with boxes and CSS. I am trying to get the boxes; [URL="http://galgal.org.uk/"]http://galgal.org.uk/[/URL] to go next to each (with some spacing) so I can have it looking nice rather… box type error after printf statement in c Programming Software Development by jai_5 I am printing in my c program which deals with structures but not able to understand why getting a small box containing 0001 in box.printing is fine but the uneccessay boxes are coming. I dont know what they actually mean. Re: box type error after printf statement in c Programming Software Development by Moschops I expect you're trying to output some kind of character with the value 1. This is an unprintable character and when your terminal gets told to output it, because it has nothing to show, it shows a little box with 0001 in it. You need to check what you're outputting and not try to output things that aren't proper displayable characters. Box around images with links Programming Web Development by mark2326l On a PC, Explorer or FireFox I get a box around any image that has a link associated with it. All browsers on my Mac appear as desired. My typical... [CODE]<a href="http://www.link.com/" target="_blank"><img src="images/MyPicture.gif" width="200" height="103" align="top" /> … box alert Programming Web Development by muralibobby2015 hello.. i did livechat script using php & mysql. in that multiusers can chat with admin. admin simultaniously gives replys to users. actually first time newuser send a msg to admin automatically new chat box appear. for that i used onload event. now new user come to chat with admin then all popup chat boxes refreshing.....i …