Author Topic: Had a bit of fun with CoPilot  (Read 488 times)

0 Members and 1 Guest are viewing this topic.

Online mendip_discoveryTopic starter

  • Super Contributor
  • ***
  • Posts: 1160
  • Country: gb
Had a bit of fun with CoPilot
« on: April 21, 2026, 05:16:27 pm »
At work we had a list of items a customer wants calibrated in a scanned PDF file. I wanted to import this to Excel.

Its a scanned image of a table. There are some hand written notes and some highlighter. But mostly intact.

Tried Excel's own import tool and it failed. So I thought I would try Copilot.

It said it needed to ask a few questions, it seems to have got the headings. It then said give me a moment and it will be done.

So I gave it 5 mins and nothing.

I asked how it was getting on, it them asked some more questions then said it will be just a moment.

This cycle happened 5 times. Then I left it for a good 2 hours. There was even a claim of 'i am not stalling'.

Then finally it said it couldn't do it because its a copyrighted list. But it would offer to help me write some python code to extract the data.

So I gave up. Its not too much of an ask. If it was a little more upfront about not being able to do it then I would have been ok.

Motorcyclist, Nerd, and I work in a Calibration Lab :-)
--
So everyone is clear, Calibration = Taking Measurement against a known source, Verification = Checking Calibration against Specification, Adjustment = Adjusting the unit to be within specifications.
 

Offline paulca

  • Super Contributor
  • ***
  • Posts: 6325
  • Country: gb
Re: Had a bit of fun with CoPilot
« Reply #1 on: April 30, 2026, 09:57:38 am »
You spent 2 hours showing a blindman a photo and wondered why he couldn't draw you a copy of it.

Either take it up on the Python offer, ask it about OCR conversion tools, even Google Drive and meet it closer to halfway.  Also direct to excel is asking for trouble as it's proprietary.  Try a more open intermediary first.
"What could possibly go wrong?"
Current Open Projects:  68000 Self Build computer + OS.
 

Offline kripton2035

  • Super Contributor
  • ***
  • Posts: 2896
  • Country: fr
    • kripton2035 schematics repository
Re: Had a bit of fun with CoPilot
« Reply #2 on: April 30, 2026, 10:35:54 am »
I've given Claude Code a scan of some handwritten notes I'had taken at a meeting one year ago and that I did not recall all of it...
it read it and understand it so well it could explain me the things I did not remember about it !
 

Online mendip_discoveryTopic starter

  • Super Contributor
  • ***
  • Posts: 1160
  • Country: gb
Re: Had a bit of fun with CoPilot
« Reply #3 on: April 30, 2026, 06:04:25 pm »
3 column table, scanned in. OCR would do it easily, but I don't have OCR software on the work laptop. I tried Excel's Import Data from a PDF, and that normally works, but this time it didn't. So I tried AI as it's meant to be able to do lots of clever stuff, so I keep getting told.

I would share a sample, but it's got names, etc., on it. I did take a screenshot of the file, and the snipping tool offered OCR, it worked great. So there is more to Copilot being vague and avoiding stuff. Will see what its like in a few generations.

At least I didn't let it loose on my software and let it delete all the data and the backups as it decided to fix stuff.
https://www.theregister.com/2026/04/27/cursoropus_agent_snuffs_out_pocketos/
Motorcyclist, Nerd, and I work in a Calibration Lab :-)
--
So everyone is clear, Calibration = Taking Measurement against a known source, Verification = Checking Calibration against Specification, Adjustment = Adjusting the unit to be within specifications.
 

Online coromonadalix

  • Super Contributor
  • ***
  • Posts: 8733
  • Country: ca
Re: Had a bit of fun with CoPilot
« Reply #4 on: April 30, 2026, 06:14:52 pm »
claude use tesseract ocr, it can be installed and be used outside claude ...
 

Offline 5U4GB

  • Super Contributor
  • ***
  • Posts: 1712
  • Country: au
Re: Had a bit of fun with CoPilot
« Reply #5 on: May 01, 2026, 11:40:55 am »
Either take it up on the Python offer,

Friend of mine, a Claude fan, asked it to write him some code to convert a file from format1 to format2.  It came up with (approximately):


file1 = fopen("file.fmt1", "r");
file2 = fopen("file.fmt2", "w");
while(!feof(file1))
  fputc(file2, fgetc(file1));
fclose etc;
 

Offline paulca

  • Super Contributor
  • ***
  • Posts: 6325
  • Country: gb
Re: Had a bit of fun with CoPilot
« Reply #6 on: May 01, 2026, 12:15:51 pm »
Either take it up on the Python offer,

Friend of mine, a Claude fan, asked it to write him some code to convert a file from format1 to format2.  It came up with (approximately):


file1 = fopen("file.fmt1", "r");
file2 = fopen("file.fmt2", "w");
while(!feof(file1))
  fputc(file2, fgetc(file1));
fclose etc;


If you didn't specify the formats save for the file extension and asked it specifically for code, that is a a valid file copy method with rename pattern (just with no error handling and some buffering would be nice).

The risk is actually that a human engineer is likely to frown at me, smile bemusedly and ask, "Why?"  The AI might not.

Also.  What if the next prompt is. "Great, now can we add a "filter_by_offset" method"
« Last Edit: May 01, 2026, 12:18:07 pm by paulca »
"What could possibly go wrong?"
Current Open Projects:  68000 Self Build computer + OS.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf