I am attempting to import an xlsx spreadsheet with values, and have each "line" in the spreadsheet OCR as a "line" in the OCR Text. Instead, no matter what settings I utilize, it seems to run through the entire first column from top to bottom, then the second column, then the third, etc. This prevents me from getting the values in each column next to each other. The intent is to use pattern matching in a Workflow to read all of these values row by row, and take action on each row.
I know I could use Workflow to set up a data source on this spreadsheet, but I am trying to make it so that the users can simply drag and drop a spreadsheet in to Laserfiche, and then let the Workflow trigger on that file and take action based on the values in each row of the spreadsheet. If anyone has a better idea, I am all ears!