Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > Workshop

Notices

Reply
 
Thread Tools Search this Thread
Old 12-30-2011, 06:43 PM   #1
DSpider
Evangelist
DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.
 
DSpider's Avatar
 
Posts: 450
Karma: 343115
Join Date: Nov 2009
Location: Romania
Device: PW2 2014
I'm having some trouble with Word 2010 (SP1). I'm trying to replace an automatic number/bullet list with regular text throught an entire book. I have unchecked:

"Automatic numbered lists" from File tab –> Word Options –> Proofing -> AutoCorrect Options -> AutoFormat As You Type and
"Automatic bulleted lists" from File tab –> Word Options –> Proofing -> AutoCorrect Options -> AutoFormat

...except it only seems to work for new stuff I type, not for already processed text (ie. the stuff I got from ABBYY FineReader).



If I press the Delete key at the end of #2 I get this:



The "III. " part gets cut off. And here's what I would like to happen:



Meaning NO frigging automatic numbers!

Notice the sans serif font in the first two images. I want continuous text, not some stylized BS, dammit! If I choose Clear Formatting, ALL the numbers and/or bullet points disappear!


Last edited by DSpider; 01-01-2012 at 03:50 PM.
DSpider is offline   Reply With Quote
Old 01-01-2012, 04:47 PM   #2
DSpider
Evangelist
DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.
 
DSpider's Avatar
 
Posts: 450
Karma: 343115
Join Date: Nov 2009
Location: Romania
Device: PW2 2014
1. Open the VBA editor (Alt-F11) and go to View -> Immediate Window (Ctrl-G)
2. Type "ActiveDocument.ConvertNumbersToText" (without the quotes) and press Enter

Voilà!

For convenience, here's a macro:

Quote:
Sub Auto_Format_convert_list_numbers()
'
' convert_list_numbers Macro
' Macro created 10/8/08 by WJ Shack
'
ActiveDocument.ConvertNumbersToText
End Sub
I hope they add a checkbox or something to FineReader. Because with scanned text and OCR it's more of a nuisance if anything.

Last edited by DSpider; 01-01-2012 at 07:10 PM.
DSpider is offline   Reply With Quote
Old 11-14-2012, 05:44 PM   #3
shearclass
Junior Member
shearclass began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Nov 2012
Device: none
I have registered for this forum purely to thank you for this DSpider!

I have spent hours googling this today in relation to a mail merge, I've been tearing my hair out!

Thanks so much!
shearclass is offline   Reply With Quote
Old 12-07-2012, 05:16 PM   #4
pallbearer
Junior Member
pallbearer began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2012
Device: Kindle
Auto numbered lists after scan>OCR>export to Word/text

Thank you, DSpider, and everyone else.

This auto-numbering "feature" also causes me an enormous amount of grief. I use OCR to computer-translate whole books into English, and the auto-numbering garbles the text badly.

Could anyone explain how to batch-convert a large number of OCR'd documents this way? Or a way to simply disable auto-numbering from being applied in the first place?

I wonder which program is inflicting this auto-numbering crap on us - Abbyy (as part of its text processing) or Word?

I see no need for "automatically" numbering anything. What is so difficult and time-consuming about typing a number in front of a paragraph? It seems like an utterly useless "feature" in the first place. Undoing its formatting mistakes is guaranteed to waste far more of people's time than it allegedly saves to begin with.

As an aside; Abbyy (like Word, and most other products in a "capitalist market") has a number of seriously irritating flaws that could easily have been avoided or fixed, but deliberately weren't, so that they could always count on selling "improved" versions every couple of years.

Last edited by pallbearer; 12-07-2012 at 05:19 PM.
pallbearer is offline   Reply With Quote
Old 12-08-2012, 02:51 AM   #5
DSpider
Evangelist
DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.
 
DSpider's Avatar
 
Posts: 450
Karma: 343115
Join Date: Nov 2009
Location: Romania
Device: PW2 2014
Bullet and numbered lists have their purpose. Sometimes you just want to select a few paragraphs and press a button - which usually allows you to select the font or style for the numbers. Most people don't care about it, but if done right, having them as plain text gives you much more control over how they look, how they're aligned, etc.

Quote:
Originally Posted by pallbearer View Post
Could anyone explain how to batch-convert a large number of OCR'd documents this way? Or a way to simply disable auto-numbering from being applied in the first place?
Use the above macro. Maybe set a hotkey (or hotkey combination) to it, like Shift+Num0 or something. This way, you can simply open a document, hit the assigned hotkey and the numbered lists become regular text. It would take about 5 minutes for 50 documents, assuming you run the macro every 6 seconds (10 documents per minute).
  1. Double click a document to open it.
  2. Shift+Num0 to run the macro.
  3. Ctrl+S to save it.
  4. Ctrl+W to close it.
^ See what I did here? I selected the text and used the forum's automatic numbering list. Much easier than writing the numbers and indenting and spacing them myself.

Last edited by DSpider; 12-08-2012 at 02:54 AM.
DSpider is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Disable automatic connection to Android? myudkowsky Calibre 1 11-22-2010 07:31 PM
Increase Start # for Automatic Numbering asgard-studios Recipes 1 11-08-2010 12:15 PM
Series - Automatic numbering? guyanonymous Calibre 27 02-10-2010 09:49 PM
Convert word DOCs when you don't have WORD ? heheh macthekitten Calibre 9 01-30-2009 07:41 AM


All times are GMT -4. The time now is 09:56 AM.


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