| User | Thread poster: Michal Chmielewski Unnecessary tags between almost every word in TagEditor |
Michal Chmielewski Poland Local time: 13:36
Member (Feb 2009) German to Polish + ... |
I have the following problem: I have just converted a jpg-file using ABBYY FineReader to a Word document (MS Word 2007) and than I have opened this Word document in my TagEditor (SDL Trados 2007 TagEdiotr). As a result I got a TagEditor file with the following tags: /cf and cf spacing="0.0" appearing almost between every word.
Question: is there any way to delete these or any other unnecessary tags at once?
You can see this problematic TagEditor file under:
http://viewmorepics.myspace.com/index.cfm?fuseaction=viewImage&friendID=485415283&a lbumID=221535&imageID=1010535 | | | |
Michael McCain Spain Local time: 13:36
Member (2003) Arabic to English + ... | | Search / replace all spaces | Jul 2 |
Try doing a search/replace of all spaces " " in the Word document before translating in TagEditor. I had the same problem once and this solution worked. I think ABBYY was introducing space marks with formatting that differed from that of the visible characters. The fastest approach may even be to clear all formatting in the Word document (select all / clear formatting), translate in TagEditor, and then quickly format the translated document. | | | |
Antonín Otáhal Czech Republic Local time: 13:36
Member (2005) English to Czech + ... |
Once again I present here my Word macro which eliminates the described problem (in a selection)
Sub normal_density_of_chars()
'
' normal_density_of_chars after FineReader
'
With Selection.Font
.Spacing = 0
.Scaling = 100
.Position = 0
.Kerning = 0
End With
End Sub
HTH
Antonin | | | |
Hynek Palatin Czech Republic Local time: 13:36
 Member (2003) English to Czech + ... |
Michal,
You need to save the FineReader output with as little formatting as possible in order to reduce the number of the formatting tags. Select "Plaint text" or "Formatted text" for "Retain layout", definitely not "Editable copy" or "Exact copy".
Hynek | | | |
Michal Chmielewski Poland Local time: 13:36
Member (Feb 2009) German to Polish + ... TOPIC STARTER |
Thank you guys, I have used the solution proposed by Mike and it works! The solutions of Hynek and Anton will work for sure either, I will use them in future.
Michael McCain wrote:
Try doing a search/replace of all spaces " " in the Word document before translating in TagEditor. I had the same problem once and this solution worked. I think ABBYY was introducing space marks with formatting that differed from that of the visible characters. The fastest approach may even be to clear all formatting in the Word document (select all / clear formatting), translate in TagEditor, and then quickly format the translated document. |
|
[Zmieniono 2009-07-02 15:35 GMT] | | | |