Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Onyx Boox

Notices

Reply
 
Thread Tools Search this Thread
Old 09-03-2018, 06:36 AM   #1
retrography
Member
retrography is on a distinguished road
 
Posts: 23
Karma: 50
Join Date: Jul 2018
Location: Amsterdam
Device: Onyx Boox Max 2 / PocketBook Inkpad 3 / Kindle Paperwhite 3
Exporting PNGs from Notes to Evernote (on Max 2) to enable OCR image search

I have been playing with my Max 2 for about a week now, and I have noticed that I can get considerable jobs done on it.

Just one question: Is there any way to tell Note to export PNGs rather than PDFs when syncing with Evernote?

Evernote can OCR handwriting only if they are saved in image formats, so the current PDF sync shamefully falls short of being the most amazing possible feature, as Evernote fails to search in the files. Is there any way to force Notes to upload PNGs rather than PDFs?

For instance livescribe creates one Binder for itself and then creates a notebook for each notebook with every page represented with one separate note in Evernote, containing an image. That would be the ideal setting here.

It would also be great if we could exclude the template from the export to facilitate the image search. I have noticed Note saves the template and the handwriting as two superposed images, so it shouldn’t be technically daunting to exclude one of the two

Last edited by retrography; 09-03-2018 at 06:41 AM.
retrography is offline   Reply With Quote
Old 09-03-2018, 07:02 AM   #2
danielo515
Member
danielo515 began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Sep 2018
Device: Remarkable,Onyx Boox Max2
I'm also interested about knowing this.
I didn't used Evernote in a while, but this feature may change that.
danielo515 is offline   Reply With Quote
Advert
Old 09-03-2018, 07:40 AM   #3
danielo515
Member
danielo515 began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Sep 2018
Device: Remarkable,Onyx Boox Max2
In any case, if you export your notes as PDF and then upload them to google drive then you can search. Seems that google drive applies OCR on the PDFs
danielo515 is offline   Reply With Quote
Old 09-03-2018, 08:33 AM   #4
retrography
Member
retrography is on a distinguished road
 
Posts: 23
Karma: 50
Join Date: Jul 2018
Location: Amsterdam
Device: Onyx Boox Max 2 / PocketBook Inkpad 3 / Kindle Paperwhite 3
You can also upload the PDF, convert it, and then reupload it to Evernote, but that totally breaks the workflow. The whole point of it is the seamless sync.
retrography is offline   Reply With Quote
Old 09-07-2018, 09:14 PM   #5
retrography
Member
retrography is on a distinguished road
 
Posts: 23
Karma: 50
Join Date: Jul 2018
Location: Amsterdam
Device: Onyx Boox Max 2 / PocketBook Inkpad 3 / Kindle Paperwhite 3
Exporting PNGs from Notes to Evernote (on Max 2) to enable OCR image search

In absence of that facility, here is an AppleScript (if you are on Mac) that exports the PDFs from the selected notes, retains only the scribble layer (discards the template), converts that layer into PNGs and then appends those PNGs at the end of the original notes:



Code:
tell application "Evernote"

set thePath to path to temporary items

set thePath to the POSIX path of thePath

set thePath to thePath & "ever"



set theSelection to get selection

repeat with theNote in theSelection

set theSelecList to {theNote}

export theSelecList to thePath format HTML

do shell script "cd " & thePath & "; /usr/local/bin/pdfimages -p -png *.resources/*.pdf ever; /usr/local/bin/mogrify -negate *.png"

set theImages to do shell script "cd " & thePath & "; for i in $(/bin/ls *.png | /usr/bin/cut -d '-' -f 2 | /usr/bin/uniq); do /bin/ls ever-$i-*.png | /usr/bin/tail -n 1; done | /usr/bin/tr '

' ',' | /usr/bin/sed 's/.$//'"

set AppleScript's text item delimiters to ","

set the imageList to every text item of the theImages

set AppleScript's text item delimiters to ""

repeat with theImage in imageList

append theNote attachment thePath & "/" & theImage

end repeat

end repeat

do shell script "rm -rf " & thePath

end tell
Btw, you need Poppler and ImageMagick for the script to run.

Last edited by retrography; 09-07-2018 at 09:43 PM.
retrography is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a way to enable 'usb tethering' on boox max? onthetopo Onyx Boox 3 12-02-2023 05:59 PM
Exporting Handwritten Notes in Max 2 fcs12 Onyx Boox 6 02-26-2018 06:35 PM
Onyx Max exporting pdfs or notes to cloud dmar192 Onyx Boox 0 03-03-2017 03:45 PM
Request Evernote sync of journal notes fgruber enTourage Archive 9 07-25-2010 08:41 PM
Idea: sync notes with Evernote (using iDS button?) nekokami iRex 6 03-03-2009 10:39 AM


All times are GMT -4. The time now is 07:37 PM.


MobileRead.com is a privately owned, operated and funded community.