Are there examples of functions $f(x)$ for which the inverse Fourier transform integral
$$f(x)=\mathcal{F}_{\omega}^{-1}[F(\omega)](x)=\int\limits_{-\infty}^\infty F(\omega)\, e^{2 \pi i x \omega}\, d\omega\tag{1}$$
converges in a normal sense but the related Fourier transform integral
$$F(\omega)=\mathcal{F}_x[f(x)](\omega)=\int\limits_{-\infty}^\infty f(x)\, e^{-2 \pi i \omega x}\, dx\tag{2}$$
doesn't converge in a normal sense?
Obviously both can converge in a normal sense, and there are examples where both exist but neither converges in a normal sense, but I'm wondering if its possible for one to converge in a normal sense and the other to converge in a distributional sense or as a Cauchy principal value.
The Wikipedia article Fourier inversion theorem indicates the following:
The theorem holds if both $f$ and its Fourier transform are absolutely integrable (in the Lebesgue sense) and $f$ is continuous at the point $x$. However, even under more general conditions versions of the Fourier inversion theorem hold. In these cases the integrals above may not converge in an ordinary sense.
When I used the term "normal sense" I was thinking in terms of evaluations using the Mathematica Integrate function without using the PrincipalValue option which is perhaps equivalent to "ordinary sense" in the quote above. The Mathematica FourierTransform function and InverseFourierTranform function many times give results when computing the transform integrals via the Mathematica Integrate function indicates the transform integral doesn't converge, but I don't want to make this question about Mathematica.
The Wikipedia article quoted above is a bit vague as "ordinary sense", "general conditions", and "versions of the Fourier inversion theorem" aren't defined, and "may not converge in an ordinary sense" doesn't necessarily rule out convergence in an "ordinary sense" under "more general conditions".
I guess perhaps what I'm really trying to understand is what are all of the conditions under which a function $f(x)$ is actually recoverable from its inverse Fourier transform $F(\omega)$. $f(x)$ and $F(\omega)$ both being Schwartz functions seems sufficient but not necessary. $f(x)$ and $F(\omega)$ both being absolutely integrable also seems sufficient but not necessary. So I'm wondering what are the necessary and sufficient conditions for recovering $f(x)$ from $F(\omega)$.