Table OCR with Orientation

I have to pull the information of Name and Address from a scanned PDF which is in a table format. I tried using the FreeOCR API(Python) with the isTable enabled but I can not obtain the results with the same orientation. I get the Parsed Text appended with ‘\t\r\n’ for every new line in the table and for space ‘\t’. I can not understand how to fix this issue. Can you please help me how to use your API or are there any examples for Table OCR which I can refer to.

1 Like

Did you find an answer to your question? I’m trying to do the same thing.

Can you please attach a test PDF document? Then I can run a test here.