V4.4.3 bug correction robustesse de l'analyse de la structuration

This commit is contained in:
pablo rodriguez 2023-03-13 18:44:59 +01:00
parent 8233c15455
commit a41345ea8b
3 changed files with 13 additions and 11 deletions

Binary file not shown.

Binary file not shown.

View File

@ -795,6 +795,7 @@ public class meptl {
}
}
if(usage2=="2") {
if(nodpage.get(j-1).getNodes().size()>0) {
if(nodpage.get(j-1).getNodes().get(0)!=null) {
if(nodpage.get(j).getNodes().size()>0) {
if(nodpage.get(j).getNodes().get(0).getAttributs().get("text:style-name")!=null) {
@ -813,6 +814,7 @@ public class meptl {
}
}
}
}
if(j-1==0) usage2="right"; //la première page est toujours à droite.