Category "document"

MongoDB : How to update a new field value according to existing field value in each document?

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

pub.document.sortDocuments not sorting

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

Spring Data MongoDb - how to use "findAll" method which return only valid documents

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

python-docx get tables from paragraph

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

Algorithm for straightening tilted document

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