Get CAD text data by Python

Hello everyone, I’m trying to get the CAD text value and its location by Python but I don’t know how. I know that there’re some nodes in BimorphNodes package can do it (as you can see in the screenshot below) but I want to do it with Python. Please give me some advices. Thank you.

Hi,
you can try to use same BimorphNodes’s process

  1. Export View to dxf
  2. Use the netDxf library to read/extract data

thanks @c.poupin , I will try it.

Let us know when you find the python solution