V4.4.3 bug correction robustesse de l'analyse de la structuration
This commit is contained in:
parent
8233c15455
commit
a41345ea8b
Binary file not shown.
Binary file not shown.
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user