Stirling-Tools / Stirling-PDF

#1 Locally hosted web application that allows you to perform various operations on PDF files
https://stirlingpdf.com
MIT License
43.22k stars 3.49k forks source link

[BUG] Pipeline issue with loading/saving string arrays #1341

Closed smeredith closed 1 month ago

smeredith commented 4 months ago

To repro, create a custom pipeline config with only one step: ocr-pdf. Then try to OCR a pdf. You get an empty download.txt.

My config looks like this:

image

smeredith commented 4 months ago

Another data point: the OCR operation tool in the main part of the app works fine. It's just when trying to use it in a pipeline that it fails.

Frooodle commented 4 months ago

https://github.com/Stirling-Tools/Stirling-PDF/issues/1034

Frooodle commented 4 months ago

not sure why it is handling it as comma seperated ill check and try have it support correct json but that should unblock you with above issue

smeredith commented 4 months ago

Thanks.

The only way I could get it to work is to download the .json file, edit it (add "languages": "eng",) and upload it. Changes to the web form don't seem to save reliably.

Frooodle commented 1 month ago

I think this was resolved? let me know if still a issue