Where can I find other environmental volunteers?
I am trying to find (online) volunteer for my nonprofit organization. It is a outreach campaign to schools. Anyone know where I can find people willing to give some of their time for the environment?
I am trying to find (online) volunteer for my nonprofit organization. It is a outreach campaign to schools. Anyone know where I can find people willing to give some of their time for the environment?
I made a carpooling website that automatically creates routes for groups. I want schools to use it for free as the school year begins to start. Anyone want to help with marketing and outreach? I can give guidance on what tools to use and fix any bugs or add features.
I am trying to find (online) volunteers for my nonprofit organization. It is a outreach campaign to schools. Anyone know where I can find people willing to give some of their time for the environment?
I made a carpooling website that automatically creates routes for groups. I want schools to use it for free as the school year begins to start. Anyone want to help with marketing and outreach? I can give guidance on what tools to use and fix any bugs or add features.
Going to go to museums/thrill places/what not. Anyone wanna tag along?
Going to go to museums/thrill places/what not. Anyone wanna tag along? I am renting a car
Going to go to museums/thrill places/what not. Anyone wanna tag along?
Going to go to museums/thrill places/what not. Anyone wanna tag along? I am renting a car
My advice from testing extensively this month on tables: Convert the pdf's to pngs and then parse with gemini 3.1 pro and low thinking. You will not get better results elsewhere.
I tried extend, reducto, landing. All suck. Do not feed pdf directly they shit the bed because pdf is a cursed, unstandardized format. OCR models on png's perform better.
You will not get 100% accuracy, it's a pipe dream. But 95% is feasible.
Hope you guys don't waste time like I did. Wish I went with gemini pro from the start.
I use codex on opencode and sometimes it decides to not implement a plan in one go. It will stop after a couple seconds of thinking. So I just hop on to codex by itself, tell it to create its own goal prompt to achieve x, and then do /goal {prompt}. And it does keeps on going without a hitch.
It's an experimental feature so you have to enable it. Hope you aren't missing out
Made a post recently on how to extract tables reliably from pdf's. No clear answers from commentators. I found the camelot python library to work best but it sometimes combines columns as it can't tell columns apart. It has a columns parameter I can pass in to tell it the x coords of where the columns are to guide it.
Wondering if anyone did this before and what solution worked well for it? There are OCR models giving bounding boxes for words but couldn't find one with some searching that does columns.
I've tried a lot over the past 2w but can't find a simple solution. I basically have pdf's with 100 row tables, and want to extract the tables into csv's. I tried paid online services like extend, reducto, landing, gemini, none are 100% accurate since they are OCR models.
I get accurate text extraction if I use python pdf libraries like pdfplumber/camelot. The problem is that pdf's don't have a standard way of representing tables so the output columns are sometimes combined/split improperly. 2 columns get merged. I tried adjusting some parameters but it either over or under merges columns.
What is the solution to using python libraries properly? It's a pita to solve and I'm surprised it's not easier.
I just did some texting across various providers and wanted to share my use case. It was construction spec tables, 100 rows max, png's passed in, and my #1 requirement was maximum accuracy (100% is ideal since mistakes can be costly).
I used the following, here they are ranked from best to worst: