Alex
Alex
example file illustrating narrow markup [Goodrich, Schultz - 2007 - Human-Robot Interaction A Survey_remarks.pdf](https://github.com/lucasrla/remarks/files/6329170/Goodrich.Schultz.-.2007.-.Human-Robot.Interaction.A.Survey_remarks.pdf)
My intuition was to get the required geometry from the position of the highlighted text we already extract. Essentially mark that as highlighed..if such a thing is possible.
"This is a significant change to the underlying file format: highlighter strokes have been removed from the .rm files and into JSON files in a separate .highlighter directory. These files...
https://www.reddit.com/r/RemarkableTablet/comments/n667u7/highlighting_on_27_some_specs/ so 2.7 is out now and it seems, getting marked areas is now easy as pie. Check the linked reddit post.
yeah, sorry it was late. I'm actually using the StateLink version of this. Will edit the top post. Regarding Values, it's a bummer that we can't look them up in...
Oh, we have SetValueLinks now? That's great! :) I am aware that it should be values, but when I looked into this, I couldn't find the tools to interact with...
Ah, `GetValueLink` doesn't yet exist on the python side for some reason. Also not on the wiki.
Oh! `(GetValue (Predicate "counter") (Concept "thing"))))` confused me.
Ok... trying this: ```python crate_count = PredicateNode("crate count") someone = ConceptNode("bob").truth_value(1.0, 1.0) set_state = SetValueLink(someone, crate_count, NumberNode("1")) has_crates = GreaterThanLink( ValueOfLink( someone, crate_count), NumberNode("0")) results = execute_atom(atomspace, set_state) results =...
Has someone tried that (davdroid sync) successfully? It didn't work for me.