Adding a separator for OCR output

Hello!

I’m looking for an OCR that allows me to add a separator. I’m grabbing columns of numbers and I’d love if they could be output with commas between each row. Currently copyfish separates them out with line breaks. Is there a way to change the separator on the copyfish plugin?

Current output:
1598796
1598797
1598938
Etc…

Needed output:
1598796, 1598797, 1598938, etc…

Hi, currently we have no such separator logic, but I added it to our todo list.

Meanwhile, as workaround, you could use ChatGPT or Gemini and tell it to add the comma:

Yeah I’ve been using GPT, but removing the extra step would be such a win on efficiency. Thanks for adding it to the pipeline!