[Bug 16570] New: FineReader 7 Pro: won't save to multiple files.
http://bugs.winehq.org/show_bug.cgi?id=16570 Summary: FineReader 7 Pro: won't save to multiple files. Product: Wine Version: 1.0.1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: adam.buchbinder(a)gmail.com I'm running the ABBYY FineReader 7.0 try-and-buy under wine. The installer package is here: http://www.soft32.com/download/63-83213-1/FR70pro_eng.exe FineReader allows page data to be saved in several formats, including one-page-per-file, which functions under Windows. However, when trying to save the text output of a batch under wine, even if one-page-per-file mode is selected, the text is output entirely to a single file. This would be a severe impediment to FineReader's functionality--it's used heavily to prepare texts for Distributed Proofreaders, which takes input in one-page-per-file form--but there's a straightforward workaround: FineReader allows you to delimit pages within one-big-file mode with 0x0c; a simple perl script can split the files by page. In light of that, I'm submitting this as a minor bug. Please let me know what kind of debug logs and/or backtraces you'd like me to produce, or if you'd like me to attach a FineReader batch so you can reproduce the issue. I'm running wine 1.0.1-0ubuntu2 on Ubuntu Intrepid. This was previously reported at the Ubuntu bug tracker here: https://bugs.launchpad.net/ubuntu/+source/wine/+bug/309779 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16570 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-12-19 14:45:22 --- Can you give steps to reproduce? I can't get it to save text at all in the demo. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16570 --- Comment #2 from Adam Buchbinder <adam.buchbinder(a)gmail.com> 2008-12-19 20:40:23 --- 1. Delete the ~/.wine directory. 2. Download and run FR70pro_eng.exe. 3. Hit 'Install'. This will extract the archive. 4. If the installer doesn't automatically start, run "msiexec /i ~/.wine/drive_c/Temp/FR70PE_TB/ABBYY\ FineReader\ 7.0\ Professional\ Edition.msi". 5. Accept the license agreement. 6. Select 'Custom' install. De-select 'Demo images', 'FineReader icon on MS Word toolbar' and 'ABBYY FormFiller'. When asked, disable the "ABBYY Community news channel". 7. Run "~/.wine/drive_c/Program\ Files/ABBYY\ FineReader\ 7.0\ Professional\ Edition/FineReader.exe". 8. Click 'Continue' at the Try & Buy prompt. 9. Hit 'Close' on the Welcome dialog. 10. Download the soon-to-be-attached batch.zip and unzip it. It will create a directory called "batch". 11. In FineReader, select File->Open Batch... and select the directory you unzipped the batch to. (The text has already all been OCR'd, and is ready to save.) 12. Select File->Save Text As..., and select "All pages" to be saved. Under the "File options" pulldown, pick "Create a single page for all files". Save this somewhere, and observe that the output is a single text file of 4907 bytes. 13. Select File->Save Text As..., and select "All pages" to be saved. Under the "File options" pulldown, pick "Create a separate file for each page". Save this somewhere, and observe that the output is, again, a single text file of 4907 bytes, rather than two separate files. 14. Select File->Save Text As..., and select "All pages" to be saved. Under the "File options" pulldown, pick "Name files as source images". Save this somewhere, and observe that no output whatsoever is produced. Please let me know if there's any step that you're having trouble reproducing, or there's any particular debugging information I can attach that will help. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16570 --- Comment #3 from Adam Buchbinder <adam.buchbinder(a)gmail.com> 2008-12-19 20:42:33 --- Created an attachment (id=18078) --> (http://bugs.winehq.org/attachment.cgi?id=18078) Sample batch. Attached find the sample batch described in the step-by-step instructions. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16570 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lukasz.wojnilowicz(a)gmail.com --- Comment #4 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2009-03-24 03:49:35 --- I'm using Wine 1.1.17 (compiled from source using gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) ) on Fedora 10 i386. I tried "FineReader 7 Build 7.0.0.543; Part# 3649" English Corporate Edition and I followed the steps given above with the given batch directory. The result is: ad 12 the output is single file text named page1.pdf ad 13 the output are two files one named page1.pdf and second page2.pdf ad 14 the output are two files one named page1.pdf and second page2.pdf I can not reproduce problem mentioned by Adam Buchbinder. I think the bug can be marked as fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16570 Adam Buchbinder <adam.buchbinder(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #5 from Adam Buchbinder <adam.buchbinder(a)gmail.com> 2009-03-24 09:52:09 --- Excellent! I built 1.1.17, and FineReader 7 running under it does indeed appear to support saving multiple files for me as well. It looks like whatever was causing this particular problem was fixed somewhere in between 1.0.1 and 1.1.17. Marking FIXED. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16570 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2009-03-27 13:55:46 --- Closing bugs fixed in 1.1.18. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org