I am trying to access a document inside an iframe (iframe has no id). I can get to the iframe but, there is a document inside that iframe that i need to access.
I am working on a project and it currently goes through each document to edit the field and lags a lot. { "Name" : "Susie" , "This Semester" : 10 , "Last Semest
I am stuck, I had this working last week now I have changed something and it will not work! I have a simple flow service as follows: pub.file.getFile pub.f
I use Spring data mongo as ORM for accessing to my MongoDb. I need to read a MongoDb collection containing documents that I don't manage content and its validit
I have .docx file with many paragraphs and tables like: par1 table1 table2 table3 par2 table1 table2 2.1 par21 table1 table2 I need to iterate all objects
I'm on a project involving OCR. After detecting each character, I need to combine close characters to create words. To do that I tried to create a priority queu