Hi @ericwuu,
Good question! The extracted text is a list, but if you’re seeing :count as 1, it likely means that the OCR engine returned the entire text as a single list item instead of breaking it into multiple lines.
To retrieve a specific line, you can try:
Splitting the text manually – Use :split by (\n) to separate the lines if they were returned as one item.
Getting a specific line – Once split, use :item #3 to get the 3rd line, for example.
Retrieving the last line – :last item will get the final line from the list.
You can also test different images and setups on our demo page here:
OCR Test Page
Hope this helps!
Best,
Support Team
Browse all Zeroqode Plugins for Bubble
