While running the test I noticed that Okapi adds <html>,<head> and <body> tag even if the original document doesn't contain them. The <head> tag is not closed in the document generated by the roundtripping. I checked and I found out the Okapi adds this tag without closing it.
Moreover, the taConfidence property is not included in the final document. Is that property inserted by FREME? If yes, I should manage that property as soon as I have time.
@borriellom said in #7
While running the test I noticed that Okapi adds
<html>
,<head>
and<body>
tag even if the original document doesn't contain them. The<head>
tag is not closed in the document generated by the roundtripping. I checked and I found out the Okapi adds this tag without closing it. Moreover, the taConfidence property is not included in the final document. Is that property inserted by FREME? If yes, I should manage that property as soon as I have time.